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
42 ghc-options: -Wall -fno-warn-tabs
44 cpp-options: -DDEVELOPMENT
45 ghc-options: -dump-splice
49 ghc-options: -ddump-simple -ddump-stg -ddump-to-file
50 -- default-language: Haskell2010
55 Hcompta.CLI.Command.Balance
56 Hcompta.CLI.Command.Print
58 Hcompta.CLI.Format.Ledger
59 Hcompta.CLI.Lib.Shakespeare.Leijen
63 , ansi-terminal >= 0.4 && < 0.7
70 -- NOTE: needed for System.IO.Memoize.once
77 , transformers >= 0.4 && < 0.5
78 -- NOTE: needed for Control.Monad.Trans.Except
80 Executable hcompta-cli
81 ghc-options: -Wall -fno-warn-tabs
82 ghc-options: -threaded -rtsopts -with-rtsopts=-N
84 cpp-options: -DDEVELOPMENT
90 main-is: Hcompta/CLI/Main.hs
94 , ansi-terminal >= 0.4 && < 0.7
96 , containers >= 0.5 && < 0.6
97 -- NOTE: needed for Data.Map.Strict
102 -- NOTE: needed for System.IO.Memoize.once
109 , transformers >= 0.4 && < 0.5
110 -- NOTE: needed for Control.Monad.Trans.Except
114 type: exitcode-stdio-1.0
117 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
118 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
119 -- default-language: Haskell2010
126 , test-framework-hunit