cabal-version: 3.0 name: haccounting maintainer: mailto:~julm/haccounting@todo.code.sourcephile.fr bug-reports: https://todo.code.sourcephile.fr/~julm/haccounting homepage: https://git.code.sourcephile.fr/~julm/haccounting author: Julien Moutinho copyright: Julien Moutinho license: AGPL-3.0-or-later license-file: LICENSES/AGPL-3.0-or-later.txt -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.20211106 stability: experimental category: Accounting synopsis: Accounting library. description: This is a work-in-progress accounting library. build-type: Simple tested-with: GHC==8.10.4 extra-doc-files: ChangeLog.md extra-source-files: cabal.project .envrc flake.lock flake.nix Makefile extra-tmp-files: source-repository head type: git location: https://git.code.sourcephile.fr/~julm/haccounting library hs-source-dirs: src exposed-modules: Haccounting Haccounting.Balance Haccounting.Chart Haccounting.Flow Haccounting.Journal Haccounting.Math Haccounting.Rebindable Haccounting.Unit default-language: Haskell2010 default-extensions: DefaultSignatures FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude RecordWildCards ScopedTypeVariables TupleSections TypeApplications TypeFamilies TypeOperators ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -fprint-potential-instances build-depends: base >= 4.10 && < 5, containers, hashable, transformers, unordered-containers