No subject


Wed Apr 10 17:18:51 CEST 2013


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



More information about the Haskell-Cafe mailing list