1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 bug-reports: http://doc.autogeree.net/hcompta/bugs
8 description: JCC (Journal Comptable Convivial) support for Hcompta.
9 extra-source-files: Test.hs
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.8.4
21 source-repository head
22 location: git://git.autogeree.net/hcompta
27 Description: Turn on development settings.
31 Description: Dump some intermediate files.
36 Description: Turn on profiling settings.
39 extensions: NoImplicitPrelude
40 ghc-options: -Wall -fno-warn-tabs
42 cpp-options: -DDEVELOPMENT
45 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
46 -- -fno-warn-type-defaults -fno-warn-orphans
50 cpp-options: -DPROFILING
51 ghc-options: -O2 -fprof-auto
53 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
54 -- default-language: Haskell2010
57 Hcompta.Format.JCC.Account
58 Hcompta.Format.JCC.Amount
59 Hcompta.Format.JCC.Chart
60 Hcompta.Format.JCC.Journal
61 Hcompta.Format.JCC.Posting
62 Hcompta.Format.JCC.Read
63 Hcompta.Format.JCC.Transaction
64 Hcompta.Format.JCC.Write
67 , ansi-terminal >= 0.4 && < 0.7
69 , containers >= 0.5 && < 0.6
70 -- NOTE: needed for Data.Map.Strict
72 -- , collections-base-instances
84 , parsec >= 3.1.2 && < 4
85 -- NOTE: needed for Text.Parsec.Text
93 , test-framework-hunit
97 , transformers >= 0.4 && < 0.5
98 -- NOTE: needed for Control.Monad.Trans.Except
101 extensions: NoImplicitPrelude
102 type: exitcode-stdio-1.0
105 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
106 ghc-options: -fno-warn-type-defaults -fno-warn-orphans -fno-warn-tabs
107 -- default-language: Haskell2010
112 , containers >= 0.5 && < 0.6
115 , parsec >= 3.1.2 && < 4
120 , test-framework-hunit