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

Reply via email to