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: Turn on profiling settings.
47 Description: Enable threads.
51 ghc-options: -Wall -fno-warn-tabs
53 cpp-options: -DDEVELOPMENT
58 ghc-options: -ddump-ds -ddump-simple -ddump-splices -ddump-stg -ddump-to-file
60 cpp-options: -DPROFILING
61 ghc-options: -fprof-auto
62 -- default-language: Haskell2010
66 Hcompta.CLI.Command.Balance
67 Hcompta.CLI.Command.GL
68 Hcompta.CLI.Command.Journal
70 Hcompta.CLI.Format.Ledger
75 , ansi-terminal >= 0.4 && < 0.7
82 -- NOTE: needed for System.IO.Memoize.once
87 , transformers >= 0.4 && < 0.5
88 -- NOTE: needed for Control.Monad.Trans.Except
90 Executable hcompta-cli
91 ghc-options: -Wall -fno-warn-tabs
93 ghc-options: -threaded -rtsopts -with-rtsopts=-N
95 cpp-options: -DDEVELOPMENT
100 cpp-options: -DPROFILING
101 ghc-options: -fprof-auto
102 if flag(library-only)
104 main-is: Hcompta/CLI/Main.hs
108 , ansi-terminal >= 0.4 && < 0.7
110 , containers >= 0.5 && < 0.6
111 -- NOTE: needed for Data.Map.Strict
116 -- NOTE: needed for System.IO.Memoize.once
119 -- , template-haskell
121 , transformers >= 0.4 && < 0.5
122 -- NOTE: needed for Control.Monad.Trans.Except
126 type: exitcode-stdio-1.0
129 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
130 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
131 -- default-language: Haskell2010
138 , test-framework-hunit