1 author: Julien Moutinho <julm+hcompta@autogeree.net>
 
   2 bug-reports: http://doc.autogeree.net/hcompta/bugs
 
   8 description: Accounting software.
 
   9 extra-source-files: Test.hs
 
  11 homepage: http://doc.autogeree.net/hcompta
 
  14 maintainer: Julien Moutinho <julm+hcompta@autogeree.net>
 
  16 stability: experimental
 
  18 tested-with: GHC==7.8.4
 
  21 source-repository head
 
  23   location: git://git.autogeree.net/hcompta
 
  26   Description: Turn on development settings.
 
  30   Description: Use old Double number representation (instead of Decimal), for testing/benchmarking.
 
  35     cpp-options: -DDEVELOPMENT
 
  36     ghc-options: -Wall -fno-warn-tabs --disable-optimization
 
  38     -- -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
 
  39     -- -fno-warn-type-defaults -fno-warn-orphans
 
  41     ghc-options: -Wall -fno-warn-tabs
 
  45   -- default-language: Haskell2010
 
  56     Hcompta.Format.Ledger.Balance
 
  57     Hcompta.Format.Ledger.Journal
 
  58     Hcompta.Format.Ledger.Read
 
  59     Hcompta.Format.Ledger.Write
 
  68     Hcompta.Model.Amount.Quantity
 
  69     Hcompta.Model.Amount.Style
 
  70     Hcompta.Model.Amount.Unit
 
  71     Hcompta.Model.Conversion
 
  72     Hcompta.Model.Conversion.Historical
 
  76     Hcompta.Model.Transaction
 
  77     Hcompta.Model.Transaction.Periodic
 
  78     Hcompta.Model.Transaction.Posting
 
  79     Hcompta.Model.Transaction.Tag
 
  82     , ansi-terminal >= 0.4 && < 0.7
 
  84     , containers >= 0.5 && < 0.6
 
  85                  -- NOTE: needed for Data.Map.Strict
 
  91     , parsec >= 3.1.2 && < 4
 
  92              -- NOTE: needed for Text.Parsec.Text
 
  97     , transformers >= 0.4 && < 0.5
 
  98                    -- NOTE: needed for Control.Monad.Trans.Except
 
 101   type: exitcode-stdio-1.0
 
 104   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
 
 105   ghc-options: -fno-warn-type-defaults -fno-warn-orphans
 
 106   -- default-language: Haskell2010
 
 110     , containers >= 0.5 && < 0.6
 
 113     , parsec >= 3.1.2 && < 4
 
 116     , test-framework-hunit