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.
35 cpp-options: -DDEVELOPMENT
36 ghc-options: -Wall -fno-warn-tabs -O0 -ddump-splices
37 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
38 -- -fno-warn-type-defaults -fno-warn-orphans
40 ghc-options: -Wall -fno-warn-tabs -O2
43 -- default-language: Haskell2010
53 type: exitcode-stdio-1.0
56 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
57 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
58 -- default-language: Haskell2010
65 , test-framework-hunit