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.
31 Description: Dump some intermediate files.
35 Description: Build only library
39 ghc-options: -Wall -fno-warn-tabs
41 cpp-options: -DDEVELOPMENT
46 ghc-options: -ddump-simple -ddump-stg -ddump-to-file
47 -- default-language: Haskell2010
52 Hcompta.CLI.Command.Balance
53 Hcompta.CLI.Command.Print
55 Hcompta.CLI.Format.Ledger
59 , ansi-terminal >= 0.4 && < 0.7
66 , transformers >= 0.4 && < 0.5
67 -- NOTE: needed for Control.Monad.Trans.Except
69 Executable hcompta-cli
70 ghc-options: -Wall -fno-warn-tabs
71 ghc-options: -threaded -rtsopts -with-rtsopts=-N
73 cpp-options: -DDEVELOPMENT
79 main-is: Hcompta/CLI/Main.hs
83 , ansi-terminal >= 0.4 && < 0.7
84 , containers >= 0.5 && < 0.6
85 -- NOTE: needed for Data.Map.Strict
91 , transformers >= 0.4 && < 0.5
92 -- NOTE: needed for Control.Monad.Trans.Except
96 type: exitcode-stdio-1.0
99 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
100 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
101 -- default-language: Haskell2010
108 , test-framework-hunit