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
54 , ansi-terminal >= 0.4.0
63 Executable hcompta-cli
67 main-is: Hcompta/CLI/Main.hs
71 , ansi-terminal >= 0.4.0
80 ghc-options: -threaded -rtsopts -with-rtsopts=-N
85 type: exitcode-stdio-1.0
88 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
89 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
90 -- default-language: Haskell2010
97 , test-framework-hunit