1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 bug-reports: http://doc.autogeree.net/hcompta/bugs
8 description: Hcompta command line interface.
9 extra-source-files: Test.hs
14 homepage: http://doc.autogeree.net/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 ghc-options: -Wall -fno-warn-tabs
53 cpp-options: -DDEVELOPMENT
58 ghc-options: -ddump-ds -ddump-simpl -ddump-splices -ddump-stg -ddump-to-file
60 cpp-options: -DPROFILING
61 ghc-options: -fprof-auto
62 -- default-language: Haskell2010
66 Hcompta.CLI.Command.Balance
67 Hcompta.CLI.Command.GL
68 Hcompta.CLI.Command.Journal
70 Hcompta.CLI.Format.Ledger
75 , ansi-terminal >= 0.4 && < 0.7
82 -- NOTE: needed for System.IO.Memoize.once
88 , transformers >= 0.4 && < 0.5
89 -- NOTE: needed for Control.Monad.Trans.Except
91 Executable hcompta-cli
92 ghc-options: -Wall -fno-warn-tabs
94 ghc-options: -threaded -rtsopts -with-rtsopts=-N
96 cpp-options: -DDEVELOPMENT
101 cpp-options: -DPROFILING
102 ghc-options: -fprof-auto
103 if flag(library-only)
105 main-is: Hcompta/CLI/Main.hs
109 , ansi-terminal >= 0.4 && < 0.7
111 , containers >= 0.5 && < 0.6
112 -- NOTE: needed for Data.Map.Strict
117 -- NOTE: needed for System.IO.Memoize.once
121 -- , template-haskell
123 , transformers >= 0.4 && < 0.5
124 -- NOTE: needed for Control.Monad.Trans.Except
128 type: exitcode-stdio-1.0
131 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
132 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
133 -- default-language: Haskell2010
140 , test-framework-hunit