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: Enable threads.
47 ghc-options: -Wall -fno-warn-tabs
49 cpp-options: -DDEVELOPMENT
54 ghc-options: -ddump-ds -ddump-simple -ddump-splices -ddump-stg -ddump-to-file
55 -- default-language: Haskell2010
59 Hcompta.CLI.Command.Balance
60 Hcompta.CLI.Command.GL
61 Hcompta.CLI.Command.Print
63 Hcompta.CLI.Format.Ledger
68 , ansi-terminal >= 0.4 && < 0.7
75 -- NOTE: needed for System.IO.Memoize.once
80 , transformers >= 0.4 && < 0.5
81 -- NOTE: needed for Control.Monad.Trans.Except
83 Executable hcompta-cli
84 ghc-options: -Wall -fno-warn-tabs
86 ghc-options: -threaded -rtsopts -with-rtsopts=-N
88 cpp-options: -DDEVELOPMENT
94 main-is: Hcompta/CLI/Main.hs
98 , ansi-terminal >= 0.4 && < 0.7
100 , containers >= 0.5 && < 0.6
101 -- NOTE: needed for Data.Map.Strict
106 -- NOTE: needed for System.IO.Memoize.once
109 -- , template-haskell
111 , transformers >= 0.4 && < 0.5
112 -- NOTE: needed for Control.Monad.Trans.Except
116 type: exitcode-stdio-1.0
119 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
120 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
121 -- default-language: Haskell2010
128 , test-framework-hunit