1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 -- bug-reports: http://bug.autogeree.net/hcompta
8 description: LCC (Langage Comptable Convivial) support for Hcompta.
11 -- homepage: http://pad.autogeree.net/economie/hcompta/1
14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
16 stability: experimental
18 tested-with: GHC==8.0.1
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
64 Hcompta.LCC.Lib.FilePath
65 Hcompta.LCC.Lib.Parsec
70 Hcompta.LCC.Transaction
74 , ansi-terminal >= 0.4 && < 0.7
76 , containers >= 0.5 && < 0.6
77 -- NOTE: needed for Data.Map.Strict
86 , parsec >= 3.1.2 && < 4
87 -- NOTE: needed for Text.Parsec.Text
97 , transformers >= 0.4 && < 0.6
98 -- NOTE: needed for Control.Monad.Trans.Except
100 , walderleijen-ansi-text
102 Test-Suite hcompta-lcc-test
103 type: exitcode-stdio-1.0
104 -- default-language: Haskell2010
105 extensions: NoImplicitPrelude
106 ghc-options: -Wall -fno-warn-tabs
108 hs-source-dirs: Hcompta/LCC
114 ghc-options: -threaded -rtsopts -with-rtsopts=-N
116 cpp-options: -DDEVELOPMENT
119 cpp-options: -DPROFILING
120 ghc-options: -fprof-auto
123 , containers >= 0.5 && < 0.6
131 , parsec >= 3.1.2 && < 4
132 -- NOTE: needed for Text.Parsec.Text
133 , parsec-error-custom
140 , transformers >= 0.4 && < 0.6
142 , walderleijen-ansi-text