1 AUTHOR: jULIEN mOUTINHO <JULM+HCOMPTA@AUTOGEREE.NET>
2 bug-reports: http://doc.autogeree.net/coop/hcompta/bugs
8 description: Hcompta command line interface.
9 extra-source-files: Test.hs
14 homepage: http://doc.autogeree.net/coop/hcompta
17 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
19 stability: experimental
21 tested-with: GHC==7.8.4
24 source-repository head
26 location: git://git.autogeree.net/hcompta
29 Description: Turn on development settings.
34 Description: Dump some intermediate files.
38 Description: Build only library.
43 Description: Turn on profiling settings.
47 Description: Enable threads.
51 extensions: NoImplicitPrelude
52 ghc-options: -Wall -fno-warn-tabs
54 cpp-options: -DDEVELOPMENT
59 ghc-options: -ddump-ds -ddump-simpl -ddump-splices -ddump-stg -ddump-to-file
61 cpp-options: -DPROFILING
62 ghc-options: -fprof-auto
63 -- default-language: Haskell2010
67 Hcompta.CLI.Command.Balance
68 Hcompta.CLI.Command.GL
69 Hcompta.CLI.Command.Journal
70 Hcompta.CLI.Command.Journals
71 -- Hcompta.CLI.Command.Stats
72 -- Hcompta.CLI.Command.Tags
76 Hcompta.CLI.Format.JCC
77 Hcompta.CLI.Format.Ledger
82 , ansi-terminal >= 0.4 && < 0.7
94 -- NOTE: needed for System.IO.Memoize.once
102 , transformers >= 0.4 && < 0.5
103 -- NOTE: needed for Control.Monad.Trans.Except
106 extensions: NoImplicitPrelude
107 ghc-options: -Wall -fno-warn-tabs
109 ghc-options: -threaded -rtsopts -with-rtsopts=-N
111 cpp-options: -DDEVELOPMENT
116 cpp-options: -DPROFILING
117 ghc-options: -fprof-auto
118 if flag(library-only)
120 main-is: Hcompta/CLI/Main.hs
124 , ansi-terminal >= 0.4 && < 0.7
126 , containers >= 0.5 && < 0.6
127 -- NOTE: needed for Data.Map.Strict
137 -- NOTE: needed for System.IO.Memoize.once
142 -- , template-haskell
145 , transformers >= 0.4 && < 0.5
146 -- NOTE: needed for Control.Monad.Trans.Except
150 type: exitcode-stdio-1.0
153 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
154 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
155 -- default-language: Haskell2010
165 , test-framework-hunit