1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 bug-reports: http://doc.autogeree.net/hcompta/bugs
9 extra-source-files: Test.hs
11 homepage: http://doc.autogeree.net/hcompta
14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
16 stability: experimental
18 tested-with: GHC==7.8.4
21 source-repository head
23 location: git://git.autogeree.net/hcompta
26 Description: Turn on development settings.
30 Description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
34 -- should set patchlevel here as in Makefile
35 cpp-options: -DPATCHLEVEL=0
37 cpp-options: -DDEVELOPMENT
38 ghc-options: -Wall -fno-warn-tabs -O0 -ddump-splices
39 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
40 -- -fno-warn-type-defaults -fno-warn-orphans
42 ghc-options: -Wall -fno-warn-tabs -O2
45 -- default-language: Haskell2010
55 type: exitcode-stdio-1.0
58 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
59 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
60 -- default-language: Haskell2010
67 , test-framework-hunit