1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 bug-reports: http://doc.autogeree.net/hcompta/bugs
8 description: Accounting software.
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
22 location: git://git.autogeree.net/hcompta
27 Description: Turn on development settings.
31 Description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
35 Description: Dump some intermediate files.
40 Description: Turn on profiling settings.
43 ghc-options: -Wall -fno-warn-tabs
45 cpp-options: -DDEVELOPMENT
48 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
49 -- -fno-warn-type-defaults -fno-warn-orphans
53 cpp-options: -DPROFILING
54 ghc-options: -O2 -fprof-auto
58 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
59 -- default-language: Haskell2010
63 Hcompta.Amount.Quantity
78 Hcompta.Format.Ledger.Journal
79 Hcompta.Format.Ledger.Read
80 Hcompta.Format.Ledger.Write
86 Hcompta.Lib.Interval.Sieve
88 Hcompta.Lib.Map.Strict
96 , ansi-terminal >= 0.4 && < 0.7
98 , containers >= 0.5 && < 0.6
99 -- NOTE: needed for Data.Map.Strict
101 -- , collections-base-instances
112 , parsec >= 3.1.2 && < 4
113 -- NOTE: needed for Text.Parsec.Text
121 , test-framework-hunit
125 , transformers >= 0.4 && < 0.5
126 -- NOTE: needed for Control.Monad.Trans.Except
129 type: exitcode-stdio-1.0
132 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
133 ghc-options: -fno-warn-type-defaults -fno-warn-orphans -fno-warn-tabs
134 -- default-language: Haskell2010
138 , containers >= 0.5 && < 0.6
141 , parsec >= 3.1.2 && < 4
146 , test-framework-hunit