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
86 , containers >= 0.5 && < 0.6
87 -- NOTE: needed for Data.Map.Strict
89 , deepseq >= 1.4.0.0 && < 1.5
90 -- NOTE: needed for NFData (Const a b)
99 , transformers >= 0.4 && < 0.6
100 -- NOTE: needed for Control.Monad.Trans.Except
105 -- , ansi-terminal >= 0.4 && < 0.7
108 -- , collections-base-instances
115 -- , parsec >= 3.1.2 && < 4
116 -- NOTE: needed for Text.Parsec.Text
117 -- , parsec-error-custom
123 Test-Suite hcompta-test
124 type: exitcode-stdio-1.0
125 default-language: Haskell2010
126 default-extensions: NoImplicitPrelude
127 ghc-options: -Wall -fno-warn-tabs
129 hs-source-dirs: Hcompta
135 ghc-options: -threaded -rtsopts -with-rtsopts=-N
137 cpp-options: -DDEVELOPMENT
140 cpp-options: -DPROFILING
141 ghc-options: -fprof-auto
144 , containers >= 0.5 && < 0.6
153 , transformers >= 0.4 && < 0.6