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-simpl -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
89 , transformers >= 0.4 && < 0.5
90 -- NOTE: needed for Control.Monad.Trans.Except
92 Executable hcompta-cli
93 ghc-options: -Wall -fno-warn-tabs
95 ghc-options: -threaded -rtsopts -with-rtsopts=-N
97 cpp-options: -DDEVELOPMENT
102 cpp-options: -DPROFILING
103 ghc-options: -fprof-auto
104 if flag(library-only)
106 main-is: Hcompta/CLI/Main.hs
110 , ansi-terminal >= 0.4 && < 0.7
112 , containers >= 0.5 && < 0.6
113 -- NOTE: needed for Data.Map.Strict
118 -- NOTE: needed for System.IO.Memoize.once
122 -- , template-haskell
125 , transformers >= 0.4 && < 0.5
126 -- NOTE: needed for Control.Monad.Trans.Except
130 type: exitcode-stdio-1.0
133 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
134 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
135 -- default-language: Haskell2010
142 , test-framework-hunit