pkgsrc-WIP-cvs archive

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

CVS commit: wip/hdevtools



Module name:    wip
Committed by:   szptvlfn
Date:           Tue Jul 30 21:24:39 UTC 2013

Added Files:
        wip/hdevtools: DESCR Makefile PLIST distinfo

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


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

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hdevtools/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hdevtools/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hdevtools/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hdevtools/distinfo?r1=0&r2=1.1

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

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index