cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 59ade1a7ba88d7f66d95d1181ca0947b0c46281f3b7909755578659ead785124
name: hledger-makeitso
version: 0.9.0.1
synopsis: An hledger workflow focusing on automated statement import and classification.
description: Please see the README on GitHub at <https://github.com/apauley/hledger-makeitso#readme>
category: Finance, Console
homepage: https://github.com/apauley/hledger-makeitso#readme
bug-reports: https://github.com/apauley/hledger-makeitso/issues
author: Andreas Pauley <andreas@pauley.org.za>
maintainer: Andreas Pauley <andreas@pauley.org.za>
copyright: 2018 Andreas Pauley
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.org
ChangeLog.md
source-repository head
type: git
location: https://github.com/apauley/hledger-makeitso
library
exposed-modules:
Hledger.MakeItSo.Common
Hledger.MakeItSo.CSVImport
Hledger.MakeItSo.Import.Types
Hledger.MakeItSo.Report.Types
Hledger.MakeItSo.Reports
Hledger.MakeItSo.Types
other-modules:
Paths_hledger_makeitso
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, containers
, foldl
, stm
, text
, time
, turtle
default-language: Haskell2010
executable hledger-makeitso
main-is: Main.hs
other-modules:
Paths_hledger_makeitso
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base >=4.7 && <5
, hledger-makeitso
, text
, turtle
default-language: Haskell2010
test-suite hledger-makeitso-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Common.Unit
CSVImport.Integration
CSVImport.Unit
TestHelpers
Paths_hledger_makeitso
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, base >=4.7 && <5
, containers
, foldl
, hledger-makeitso
, stm
, text
, turtle
default-language: Haskell2010