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.
53 GeneralizedNewtypeDeriving
63 ghc-options: -Wall -fno-warn-tabs
65 cpp-options: -DDEVELOPMENT
68 cpp-options: -DPROFILING
69 ghc-options: -fprof-auto
71 -- cpp-options: -DDOUBLE
73 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
74 default-language: Haskell2010
84 Hcompta.Lib.Applicative
99 -- Hcompta.Date.Interval
102 -- Hcompta.Filter.Amount
103 -- Hcompta.Filter.Amount.Read
104 -- Hcompta.Filter.Date.Read
105 -- Hcompta.Filter.Read
106 -- Hcompta.Filter.Reduce
109 , containers >= 0.5 && < 0.6
110 -- NOTE: needed for Data.Map.Strict
112 , deepseq >= 1.4.0.0 && < 1.5
113 -- NOTE: needed for NFData (Const a b)
122 , transformers >= 0.4 && < 0.6
123 -- NOTE: needed for Control.Monad.Trans.Except
128 -- , ansi-terminal >= 0.4 && < 0.7
131 -- , collections-base-instances
138 -- , parsec >= 3.1.2 && < 4
139 -- NOTE: needed for Text.Parsec.Text
140 -- , parsec-error-custom
146 Test-Suite hcompta-test
147 type: exitcode-stdio-1.0
148 default-language: Haskell2010
149 default-extensions: NoImplicitPrelude
150 ghc-options: -Wall -fno-warn-tabs
152 hs-source-dirs: Hcompta
158 ghc-options: -threaded -rtsopts -with-rtsopts=-N
160 cpp-options: -DDEVELOPMENT
163 cpp-options: -DPROFILING
164 ghc-options: -fprof-auto
167 , containers >= 0.5 && < 0.6
176 , transformers >= 0.4 && < 0.6