1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 -- bug-reports: http://bug.autogeree.net/hcompta
12 -- homepage: http://doc.autogeree.net/hcompta
15 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
17 stability: experimental
18 synopsis: Accounting software.
19 tested-with: GHC==7.10.3
22 Source-Repository head
23 location: git://git.autogeree.net/hcompta
28 Description: Turn on development settings.
33 -- Description: Use Double as Quantity (instead of Decimal), for testing/benchmarking.
38 Description: Dump some intermediate files.
43 Description: Turn on profiling settings.
48 Description: Enable threads.
52 extensions: NoImplicitPrelude
53 ghc-options: -Wall -fno-warn-tabs
55 cpp-options: -DDEVELOPMENT
58 cpp-options: -DPROFILING
59 ghc-options: -fprof-auto
61 -- cpp-options: -DDOUBLE
63 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
64 -- default-language: Haskell2010
75 Hcompta.Lib.Applicative
88 -- Hcompta.Date.Interval
91 -- Hcompta.Filter.Amount
92 -- Hcompta.Filter.Amount.Read
93 -- Hcompta.Filter.Date.Read
94 -- -- Hcompta.Filter.Read
95 -- -- Hcompta.Filter.Reduce
98 -- , ansi-terminal >= 0.4 && < 0.7
100 , containers >= 0.5 && < 0.6
101 -- NOTE: needed for Data.Map.Strict
103 -- , collections-base-instances
105 , deepseq >= 1.4.0.0 && < 1.5
106 -- NOTE: needed for NFData (Const a b)
117 -- , parsec >= 3.1.2 && < 4
118 -- NOTE: needed for Text.Parsec.Text
119 -- , parsec-error-custom
129 , transformers >= 0.4 && < 0.5
130 -- NOTE: needed for Control.Monad.Trans.Except
134 -- type: exitcode-stdio-1.0
136 -- hs-source-dirs: Test
137 -- ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
138 -- ghc-options: -fno-warn-type-defaults -fno-warn-orphans -fno-warn-tabs
139 -- -- default-language: Haskell2010
142 -- , base >= 4.6 && < 5
143 -- , containers >= 0.5 && < 0.6
146 -- , parsec >= 3.1.2 && < 4
151 -- , test-framework-hunit
156 Test-Suite hcompta-test
157 type: exitcode-stdio-1.0
158 -- default-language: Haskell2010
159 extensions: NoImplicitPrelude
160 ghc-options: -Wall -fno-warn-tabs
162 hs-source-dirs: Hcompta
168 ghc-options: -threaded -rtsopts -with-rtsopts=-N
170 cpp-options: -DDEVELOPMENT
173 cpp-options: -DPROFILING
174 ghc-options: -fprof-auto
177 , containers >= 0.5 && < 0.6
185 , transformers >= 0.4 && < 0.5