1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 -- bug-reports: http://bug.autogeree.net/hcompta
8 description: JCC (Journal 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==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
63 Hcompta.JCC.Lib.FilePath
64 Hcompta.JCC.Lib.Parsec
67 Hcompta.JCC.Transaction
71 , ansi-terminal >= 0.4 && < 0.7
73 , containers >= 0.5 && < 0.6
74 -- NOTE: needed for Data.Map.Strict
83 , parsec >= 3.1.2 && < 4
84 -- NOTE: needed for Text.Parsec.Text
94 , transformers >= 0.4 && < 0.5
95 -- NOTE: needed for Control.Monad.Trans.Except
97 , walderleijen-ansi-text
99 Test-Suite hcompta-jcc-test
100 type: exitcode-stdio-1.0
101 -- default-language: Haskell2010
102 extensions: NoImplicitPrelude
103 ghc-options: -Wall -fno-warn-tabs
105 hs-source-dirs: Hcompta/JCC
111 ghc-options: -threaded -rtsopts -with-rtsopts=-N
113 cpp-options: -DDEVELOPMENT
116 cpp-options: -DPROFILING
117 ghc-options: -fprof-auto
120 , containers >= 0.5 && < 0.6
124 , parsec >= 3.1.2 && < 4
125 -- NOTE: needed for Text.Parsec.Text
126 , parsec-error-custom
133 , transformers >= 0.4 && < 0.5
135 , walderleijen-ansi-text