NOTICE: This package has been removed from pkgsrc

"hdevtools is incompatible with GHC >= 8.8." "Consider using devel/haskell-language-server instead." "See https://github.com/hdevtools/hdevtools/issues/97 for more info."
./devel/hdevtools, Persistent GHC powered background server for FAST haskell dev tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.8.0nb4, Package name: hdevtools-0.1.8.0nb4, Maintainer: szptvlfn

hdevtools is a backend for text editor plugins, to allow for things such as
syntax and type checking of Haskell code, and retrieving type information,
all directly from within your text editor.

The advantage that hdevtools has over competitors, is that it runs silently
in a persistent background process, and therefore is able to keeps all of
your Haskell modules and dependent libraries loaded in memory. This way,
when you change only a single source file, only it needs to be reloaded and
rechecked, instead of having to reload everything.

This makes hdevtools very fast for checking syntax and type errors (runs
just as fast as the :reload command in GHCi).


Required to run:
[net/hs-network] [devel/hs-syb] [devel/hs-cmdargs] [devel/hs-ghc-paths] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 22.445 KB

Version history: (Expand)


CVS history: (Expand)


   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-16 11:34:02 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hdevtools: Suggest migrating to haskell-language-server in the BROKEN message

It's now considered to have been superseded by HLS. The package may be
removed some time.
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475)
Log message:
*: Bump PKGREVISION for ghc-9.0.1
   2020-01-11 13:41:51 by Masatake Daimon | Files touched by this commit (1)
Log message:
Mark hdevtools as broken