NOTICE: This package has been removed from pkgsrc

./wip/hdevtools, Persistent GHC powered background server for FAST haskell dev tools

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


Branch: CURRENT, Version: 0.1.0.5, Package name: hdevtools-0.1.0.5, 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:
[wip/ghc] [net/hs-network] [devel/hs-syb] [devel/hs-cmdargs] [devel/hs-ghc-paths]

Master sites:

SHA1: 70bd918e0c88dc2052666a82a7142de1a18ea2ee
RMD160: a2f538f0e1a78758ef73c2b9a793bce5ebf39d16
Filesize: 13.333 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-25 00:04:37 by Ryosuke Moro | Files touched by this commit (16) | Package removed
Log message:
Remove hdevtools, hs-exceptions, imported to pkgsrc/devel.
   2014-05-23 23:49:03 by Ryosuke Moro | Files touched by this commit (14)
Log message:
Remove hs-ghc-paths, imported to pkgsrc/devel.
   2014-05-22 23:41:47 by Ryosuke Moro | Files touched by this commit (22)
Log message:
Remove hs-cmdargs, imported to pkgsrc/devel.
Remove hs-x11-xft, imported to pkgsrc/x11.
Remove xmonad, imported to pkgsrc/wm.
   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97)
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2013-07-30 23:24:39 by Ryosuke Moro | Files touched by this commit (4)
Log message:
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).