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/coop/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
72 Hcompta.Filter.Amount.Read
73 Hcompta.Filter.Date.Read
74 -- Hcompta.Filter.Read
75 -- Hcompta.Filter.Reduce
78 Hcompta.Lib.Applicative
82 Hcompta.Lib.Interval.Sieve
84 Hcompta.Lib.Map.Strict
91 Hcompta.Lib.TreeMap.Zipper
101 , ansi-terminal >= 0.4 && < 0.7
103 , containers >= 0.5 && < 0.6
104 -- NOTE: needed for Data.Map.Strict
106 -- , collections-base-instances
108 , deepseq >= 1.4.0.0 && < 1.5
109 -- NOTE: needed for NFData (Const a b)
118 , parsec >= 3.1.2 && < 4
119 -- NOTE: needed for Text.Parsec.Text
127 , test-framework-hunit
131 , transformers >= 0.4 && < 0.5
132 -- NOTE: needed for Control.Monad.Trans.Except
135 type: exitcode-stdio-1.0
138 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
139 ghc-options: -fno-warn-type-defaults -fno-warn-orphans -fno-warn-tabs
140 -- default-language: Haskell2010
144 , containers >= 0.5 && < 0.6
147 , parsec >= 3.1.2 && < 4
152 , test-framework-hunit