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
23 location: git://git.autogeree.net/hcompta
26 Description: Turn on development settings.
30 Description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
35 cpp-options: -DDEVELOPMENT
36 ghc-options: -Wall -fno-warn-tabs --disable-optimization
38 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
39 -- -fno-warn-type-defaults -fno-warn-orphans
41 ghc-options: -Wall -fno-warn-tabs
45 -- default-language: Haskell2010
56 Hcompta.Format.Ledger.Balance
57 Hcompta.Format.Ledger.Journal
58 Hcompta.Format.Ledger.Read
59 Hcompta.Format.Ledger.Write
69 Hcompta.Model.Amount.Quantity
70 Hcompta.Model.Amount.Style
71 Hcompta.Model.Amount.Unit
72 Hcompta.Model.Conversion
73 Hcompta.Model.Conversion.Historical
77 Hcompta.Model.Transaction
78 Hcompta.Model.Transaction.Periodic
79 Hcompta.Model.Transaction.Posting
80 Hcompta.Model.Transaction.Tag
83 , ansi-terminal >= 0.4 && < 0.7
85 , containers >= 0.5 && < 0.6
86 -- NOTE: needed for Data.Map.Strict
93 , parsec >= 3.1.2 && < 4
94 -- NOTE: needed for Text.Parsec.Text
100 , transformers >= 0.4 && < 0.5
101 -- NOTE: needed for Control.Monad.Trans.Except
104 type: exitcode-stdio-1.0
107 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
108 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
109 -- default-language: Haskell2010
113 , containers >= 0.5 && < 0.6
116 , parsec >= 3.1.2 && < 4
120 , test-framework-hunit