2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 3.0.0.20170704
7 synopsis: Accounting software.
8 description: Accounting.
12 stability: experimental
13 author: Julien Moutinho <julm+hcompta@autogeree.net>
14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
15 bug-reports: Julien Moutinho <julm+hcompta@autogeree.net>
19 cabal-version: >= 1.24
20 tested-with: GHC==8.2.2
25 Source-Repository head
26 location: git://git.autogeree.net/hcompta
31 Description: Turn on profiling settings.
36 Description: Enable threads.
49 default-language: Haskell2010
56 GeneralizedNewtypeDeriving
68 -Wincomplete-uni-patterns
69 -Wincomplete-record-updates
73 cpp-options: -DPROFILING
74 ghc-options: -fprof-auto
76 -- cpp-options: -DDOUBLE
79 , containers >= 0.5 && < 0.6
95 -- , ansi-terminal >= 0.4 && < 0.7
98 -- , collections-base-instances
109 Test-Suite hcompta-test
110 type: exitcode-stdio-1.0
116 default-language: Haskell2010
121 -Wincomplete-uni-patterns
122 -Wincomplete-record-updates
126 ghc-options: -threaded -rtsopts -with-rtsopts=-N
128 cpp-options: -DPROFILING
129 ghc-options: -fprof-auto
132 , containers >= 0.5 && < 0.6
141 , transformers >= 0.4 && < 0.6