1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 -- bug-reports: http://bug.autogeree.net/hcompta
8 description: Ledger support for Hcompta.
11 -- homepage: http://pad.autogeree.net/hcompta
14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
16 stability: experimental
18 tested-with: GHC==7.10.3
21 Source-Repository head
22 location: git://git.autogeree.net/hcompta
27 Description: Turn on development settings.
32 Description: Dump some intermediate files.
37 Description: Turn on profiling settings.
42 Description: Enable threads.
46 extensions: NoImplicitPrelude
47 ghc-options: -Wall -fno-warn-tabs
49 cpp-options: -DDEVELOPMENT
52 cpp-options: -DPROFILING
53 ghc-options: -fprof-auto
55 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
56 -- default-language: Haskell2010
59 Hcompta.Ledger.Account
62 Hcompta.Ledger.Journal
63 Hcompta.Ledger.Lib.FilePath
64 Hcompta.Ledger.Lib.Parsec
65 Hcompta.Ledger.Posting
67 Hcompta.Ledger.Transaction
71 , ansi-terminal >= 0.4 && < 0.7
73 , containers >= 0.5 && < 0.6
74 -- NOTE: needed for Data.Map.Strict
85 , parsec >= 3.1.2 && < 4
86 -- NOTE: needed for Text.Parsec.Text
98 , transformers >= 0.4 && < 0.5
99 -- NOTE: needed for Control.Monad.Trans.Except
101 , walderleijen-ansi-text
103 Test-Suite hcompta-ledger-test
104 type: exitcode-stdio-1.0
105 -- default-language: Haskell2010
106 extensions: NoImplicitPrelude
107 ghc-options: -Wall -fno-warn-tabs
109 hs-source-dirs: Hcompta/Ledger
115 ghc-options: -threaded -rtsopts -with-rtsopts=-N
117 cpp-options: -DDEVELOPMENT
120 cpp-options: -DPROFILING
121 ghc-options: -fprof-auto
124 , containers >= 0.5 && < 0.6
128 , parsec >= 3.1.2 && < 4
129 -- NOTE: needed for Text.Parsec.Text
130 , parsec-error-custom
137 , transformers >= 0.4 && < 0.5
139 , walderleijen-ansi-text