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.Read
58 Hcompta.Format.JCC.Amount
59 Hcompta.Format.JCC.Amount.Read
60 Hcompta.Format.JCC.Amount.Style
61 Hcompta.Format.JCC.Amount.Write
62 Hcompta.Format.JCC.Common.Read
63 Hcompta.Format.JCC.Date.Read
64 Hcompta.Format.JCC.Date.Write
65 Hcompta.Format.JCC.Journal
66 Hcompta.Format.JCC.Quantity
67 Hcompta.Format.JCC.Read
68 Hcompta.Format.JCC.Unit
69 Hcompta.Format.JCC.Write
72 , ansi-terminal >= 0.4 && < 0.7
74 , containers >= 0.5 && < 0.6
75 -- NOTE: needed for Data.Map.Strict
77 -- , collections-base-instances
89 , parsec >= 3.1.2 && < 4
90 -- NOTE: needed for Text.Parsec.Text
98 , test-framework-hunit
102 , transformers >= 0.4 && < 0.5
103 -- NOTE: needed for Control.Monad.Trans.Except
106 extensions: NoImplicitPrelude
107 type: exitcode-stdio-1.0
110 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
111 ghc-options: -fno-warn-type-defaults -fno-warn-orphans -fno-warn-tabs
112 -- default-language: Haskell2010
117 , containers >= 0.5 && < 0.6
120 , parsec >= 3.1.2 && < 4
125 , test-framework-hunit