
I put an intro into the top module - hackage will generate it in a
little while, but until then you can look here:
http://doc.seereason.com/libghc-module-management-doc/html/Language-Haskell-...
I commented out the test section because the test cases use the debian
module, and I didn't want people to have to mess with that - I will
use cabal flags to control that, or better still replace those cases
with something more self contained.
On Thu, Jun 27, 2013 at 5:26 PM, Marc Weber
Dear David,
would you mind adding a short intro about how to use your library?
I mean editor plugin authors may want to know whether or how to integrate the features of your library ?
From looking at the cabal file I see there is a library and a commented tests (by the way you can make tests optional by using cabal flags).
(before library/ executables):
flag build_test description: build the test executable default: Fales
To the executable add:
if !flag(build_test) buildable: False
Marc Weber
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe