pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hdevtools



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Sat May 24 22:01:30 UTC 2014

Added Files:
        pkgsrc/devel/hdevtools: DESCR Makefile PLIST distinfo

Log Message:
Import hdevtools-0.1.0.5 as devel/hdevtools,
packaged for wip.

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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hdevtools/DESCR \
    pkgsrc/devel/hdevtools/Makefile pkgsrc/devel/hdevtools/PLIST \
    pkgsrc/devel/hdevtools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index