1 author: Julien Moutinho <julm+hcompta@autogeree.net>
2 bug-reports: http://doc.autogeree.net/coop/hcompta/bugs
8 description: Hcompta command line interface.
9 extra-source-files: Test.hs
14 homepage: http://doc.autogeree.net/coop/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 extensions: NoImplicitPrelude
52 ghc-options: -Wall -fno-warn-tabs
54 cpp-options: -DDEVELOPMENT
59 ghc-options: -ddump-ds -ddump-simpl -ddump-splices -ddump-stg -ddump-to-file
61 cpp-options: -DPROFILING
62 ghc-options: -fprof-auto
63 -- default-language: Haskell2010
67 Hcompta.CLI.Command.Balance
68 Hcompta.CLI.Command.GL
69 Hcompta.CLI.Command.Journal
70 Hcompta.CLI.Command.Journals
71 Hcompta.CLI.Command.Stats
73 Hcompta.CLI.Format.Ledger
78 , ansi-terminal >= 0.4 && < 0.7
85 -- NOTE: needed for System.IO.Memoize.once
92 , transformers >= 0.4 && < 0.5
93 -- NOTE: needed for Control.Monad.Trans.Except
95 Executable hcompta-cli
96 extensions: NoImplicitPrelude
97 ghc-options: -Wall -fno-warn-tabs
99 ghc-options: -threaded -rtsopts -with-rtsopts=-N
101 cpp-options: -DDEVELOPMENT
106 cpp-options: -DPROFILING
107 ghc-options: -fprof-auto
108 if flag(library-only)
110 main-is: Hcompta/CLI/Main.hs
114 , ansi-terminal >= 0.4 && < 0.7
116 , containers >= 0.5 && < 0.6
117 -- NOTE: needed for Data.Map.Strict
122 -- NOTE: needed for System.IO.Memoize.once
126 -- , template-haskell
129 , transformers >= 0.4 && < 0.5
130 -- NOTE: needed for Control.Monad.Trans.Except
134 type: exitcode-stdio-1.0
137 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
138 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
139 -- default-language: Haskell2010
146 , test-framework-hunit