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
93 , transformers >= 0.4 && < 0.5
94 -- NOTE: needed for Control.Monad.Trans.Except
97 extensions: NoImplicitPrelude
98 ghc-options: -Wall -fno-warn-tabs
100 ghc-options: -threaded -rtsopts -with-rtsopts=-N
102 cpp-options: -DDEVELOPMENT
107 cpp-options: -DPROFILING
108 ghc-options: -fprof-auto
109 if flag(library-only)
111 main-is: Hcompta/CLI/Main.hs
115 , ansi-terminal >= 0.4 && < 0.7
117 , containers >= 0.5 && < 0.6
118 -- NOTE: needed for Data.Map.Strict
123 -- NOTE: needed for System.IO.Memoize.once
128 -- , template-haskell
131 , transformers >= 0.4 && < 0.5
132 -- NOTE: needed for Control.Monad.Trans.Except
136 type: exitcode-stdio-1.0
139 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
140 ghc-options: -fno-warn-type-defaults -fno-warn-orphans
141 -- default-language: Haskell2010
148 , test-framework-hunit