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==8.0.1
22 Source-Repository head
23 location: git://git.autogeree.net/hcompta
28 Description: Turn on development settings.
33 Description: Dump some intermediate files.
38 Description: Turn on profiling settings.
43 Description: Enable threads.
47 extensions: NoImplicitPrelude
48 ghc-options: -Wall -fno-warn-tabs
50 cpp-options: -DDEVELOPMENT
53 cpp-options: -DPROFILING
54 ghc-options: -fprof-auto
56 -- cpp-options: -DDOUBLE
58 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
59 -- default-language: Haskell2010
70 Hcompta.Lib.Applicative
85 -- Hcompta.Date.Interval
88 -- Hcompta.Filter.Amount
89 -- Hcompta.Filter.Amount.Read
90 -- Hcompta.Filter.Date.Read
91 -- -- Hcompta.Filter.Read
92 -- -- Hcompta.Filter.Reduce
95 -- , ansi-terminal >= 0.4 && < 0.7
97 , containers >= 0.5 && < 0.6
98 -- NOTE: needed for Data.Map.Strict
100 -- , collections-base-instances
102 , deepseq >= 1.4.0.0 && < 1.5
103 -- NOTE: needed for NFData (Const a b)
114 -- , parsec >= 3.1.2 && < 4
115 -- NOTE: needed for Text.Parsec.Text
116 -- , parsec-error-custom
127 , transformers >= 0.4 && < 0.6
128 -- NOTE: needed for Control.Monad.Trans.Except
132 Test-Suite hcompta-test
133 type: exitcode-stdio-1.0
134 -- default-language: Haskell2010
135 extensions: NoImplicitPrelude
136 ghc-options: -Wall -fno-warn-tabs
138 hs-source-dirs: Hcompta
144 ghc-options: -threaded -rtsopts -with-rtsopts=-N
146 cpp-options: -DDEVELOPMENT
149 cpp-options: -DPROFILING
150 ghc-options: -fprof-auto
153 , containers >= 0.5 && < 0.6
161 , transformers >= 0.4 && < 0.6