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 extensions: NoImplicitPrelude
44 ghc-options: -Wall -fno-warn-tabs
46 cpp-options: -DDEVELOPMENT
49 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
50 -- -fno-warn-type-defaults -fno-warn-orphans
54 cpp-options: -DPROFILING
55 ghc-options: -O2 -fprof-auto
59 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
60 -- default-language: Haskell2010
65 Hcompta.Amount.Quantity
80 Hcompta.Format.Ledger.Journal
81 Hcompta.Format.Ledger.Read
82 Hcompta.Format.Ledger.Write
85 Hcompta.Lib.Applicative
89 Hcompta.Lib.Interval.Sieve
91 Hcompta.Lib.Map.Strict
103 , ansi-terminal >= 0.4 && < 0.7
105 , containers >= 0.5 && < 0.6
106 -- NOTE: needed for Data.Map.Strict
108 -- , collections-base-instances
119 , parsec >= 3.1.2 && < 4
120 -- NOTE: needed for Text.Parsec.Text
128 , test-framework-hunit
132 , transformers >= 0.4 && < 0.5
133 -- NOTE: needed for Control.Monad.Trans.Except
136 type: exitcode-stdio-1.0
139 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
140 ghc-options: -fno-warn-type-defaults -fno-warn-orphans -fno-warn-tabs
141 -- default-language: Haskell2010
145 , containers >= 0.5 && < 0.6
148 , parsec >= 3.1.2 && < 4
153 , test-framework-hunit