1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 bug-reports: http://doc.autogeree.net/hcompta/bugs
8 description: Accounting software.
9 extra-source-files: Test.hs
11 homepage: http://doc.autogeree.net/hcompta
14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
16 stability: experimental
18 tested-with: GHC==7.8.4
21 source-repository head
22 location: git://git.autogeree.net/hcompta
27 Description: Turn on development settings.
31 Description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
35 Description: Dump some intermediate files.
39 ghc-options: -Wall -fno-warn-tabs
41 cpp-options: -DDEVELOPMENT
44 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
45 -- -fno-warn-type-defaults -fno-warn-orphans
51 ghc-options: -ddump-simple -ddump-stg -ddump-to-file
52 -- default-language: Haskell2010
63 Hcompta.Format.Ledger.Journal
64 Hcompta.Format.Ledger.Read
65 Hcompta.Format.Ledger.Write
75 Hcompta.Model.Amount.Quantity
76 Hcompta.Model.Amount.Style
77 Hcompta.Model.Amount.Unit
79 Hcompta.Model.Date.Read
81 Hcompta.Model.Filter.Read
84 , ansi-terminal >= 0.4 && < 0.7
86 , containers >= 0.5 && < 0.6
87 -- NOTE: needed for Data.Map.Strict
89 -- , collections-base-instances
98 , parsec >= 3.1.2 && < 4
99 -- NOTE: needed for Text.Parsec.Text
106 -- , test-framework-hunit
109 , transformers >= 0.4 && < 0.5
110 -- NOTE: needed for Control.Monad.Trans.Except
113 type: exitcode-stdio-1.0
116 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
117 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
118 -- default-language: Haskell2010
122 , containers >= 0.5 && < 0.6
125 , parsec >= 3.1.2 && < 4
129 , test-framework-hunit