name: hcompta-lib -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 3.0.0.20170704 category: Finance synopsis: Accounting software. description: Accounting. extra-doc-files: license: GPL-3 license-file: COPYING stability: experimental author: Julien Moutinho maintainer: Julien Moutinho bug-reports: Julien Moutinho -- homepage: build-type: Simple cabal-version: >= 1.24 tested-with: GHC==8.2.2 extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.autogeree.net/hcompta type: git Flag prof Default: False Description: Turn on profiling settings. Manual: True Flag threaded Default: False Description: Enable threads. Manual: True Library exposed-modules: Hcompta Hcompta.Balance Hcompta.Data Hcompta.Date Hcompta.GL Hcompta.Lib.Foldable Hcompta.Lib.Strict Hcompta.Quantity default-language: Haskell2010 default-extensions: NoImplicitPrelude BangPatterns DeriveDataTypeable FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns OverloadedStrings RecordWildCards ScopedTypeVariables TupleSections TypeApplications TypeFamilies TypeOperators ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -fhide-source-paths if flag(prof) cpp-options: -DPROFILING ghc-options: -fprof-auto -- if flag(double) -- cpp-options: -DDOUBLE build-depends: base >= 4.6 && < 5 , containers >= 0.5 && < 0.6 , Decimal , deepseq >= 1.4 , directory , filepath -- , integer-gmp , mono-traversable , semigroups , strict , text , time , transformers >= 0.5 , treemap , unix >= 2.7.2.0 -- , symantic -- , trace -- , ansi-terminal >= 0.4 && < 0.7 -- , array -- , collections-api -- , collections-base-instances -- , fingertree -- , HUnit -- , interval -- , lens -- , mmorph -- , regex-base -- , regex-tdfa -- , regex-tdfa-text -- , safe >= 0.2 Test-Suite hcompta-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs other-modules: -- Account.Test HUnit.Balance default-language: Haskell2010 default-extensions: NoImplicitPrelude ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -fhide-source-paths if flag(threaded) ghc-options: -threaded -rtsopts -with-rtsopts=-N if flag(prof) cpp-options: -DPROFILING ghc-options: -fprof-auto build-depends: base >= 4.6 && < 5 , containers >= 0.5 && < 0.6 , Decimal , hcompta-lib , mono-traversable , semigroups , strict , tasty >= 0.11 , tasty-hunit , text , transformers >= 0.4 && < 0.6 , treemap