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
11 homepage: http://doc.autogeree.net/hcompta
14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
16 stability: experimental
18 tested-with: GHC==7.8.4
21 source-repository head
23 location: git://git.autogeree.net/hcompta
26 Description: Turn on development settings.
30 Description: Build only library
35 cpp-options: -DDEVELOPMENT
36 ghc-options: -Wall -fno-warn-tabs --disable-optimization
38 -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
39 -- -fno-warn-type-defaults -fno-warn-orphans
41 ghc-options: -Wall -fno-warn-tabs
43 -- default-language: Haskell2010
48 Hcompta.CLI.Command.Balance
49 Hcompta.CLI.Command.Print
51 Hcompta.CLI.Format.Ledger
55 , ansi-terminal >= 0.4 && < 0.7
62 , transformers >= 0.4 && < 0.5
63 -- NOTE: needed for Control.Monad.Trans.Except
65 Executable hcompta-cli
69 main-is: Hcompta/CLI/Main.hs
73 , ansi-terminal >= 0.4 && < 0.7
74 , containers >= 0.5 && < 0.6
75 -- NOTE: needed for Data.Map.Strict
81 , transformers >= 0.4 && < 0.5
82 -- NOTE: needed for Control.Monad.Trans.Except
84 ghc-options: -threaded -rtsopts -with-rtsopts=-N
89 type: exitcode-stdio-1.0
92 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
93 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
94 -- default-language: Haskell2010
101 , test-framework-hunit