packages feed

hledger-flow-0.16.3: hledger-flow.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1b63379a0d0b0c58f45cec49ae2eae3f1f4408ac97b070977ba5c1bce02f8f05

name:           hledger-flow
version:        0.16.3
synopsis:       An hledger workflow focusing on automated statement import and classification.
description:    Please see the README on GitHub at <https://github.com/apauley/hledger-flow#readme>
category:       Finance, Console
homepage:       https://github.com/apauley/hledger-flow#readme
bug-reports:    https://github.com/apauley/hledger-flow/issues
author:         Andreas Pauley <hledger-flow@pauley.org.za>
maintainer:     Andreas Pauley <hledger-flow@pauley.org.za>
copyright:      2023 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-flow

library
  exposed-modules:
      Hledger.Flow.BaseDir
      Hledger.Flow.Common
      Hledger.Flow.DateTime
      Hledger.Flow.DocHelpers
      Hledger.Flow.Import.CSVImport
      Hledger.Flow.Import.ImportHelpers
      Hledger.Flow.Import.ImportHelpersTurtle
      Hledger.Flow.Import.Types
      Hledger.Flow.Internals
      Hledger.Flow.Logging
      Hledger.Flow.PathHelpers
      Hledger.Flow.Reports
      Hledger.Flow.RuntimeOptions
      Hledger.Flow.Types
  other-modules:
      Paths_hledger_flow
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , containers ==0.7.*
    , exceptions >=0.10.9 && <0.11
    , filepath >=1.5.4.0 && <1.6
    , foldl >=1.4.18 && <1.5
    , gitrev >=1.3.1 && <1.4
    , path >=0.9.6 && <0.10
    , path-io >=1.8.2 && <1.9
    , stm >=2.5.3.1 && <2.6
    , text >=2.1.3 && <2.2
    , time >=1.12.2 && <1.13
    , turtle >=1.6.2 && <1.7
  default-language: Haskell2010

executable hledger-flow
  main-is: Main.hs
  other-modules:
      Parsing
      Paths_hledger_flow
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fPIC
  ld-options: -dynamic
  build-depends:
      base >=4.7 && <5
    , hledger-flow
    , optparse-applicative >=0.18.1.0 && <0.19
    , path >=0.9.6 && <0.10
    , text >=2.1.3 && <2.2
    , turtle >=1.6.2 && <1.7
  default-language: Haskell2010

test-suite hledger-flow-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      BaseDir.Integration
      Common.Integration
      Common.Unit
      CSVImport.ImportHelperTests
      CSVImport.ImportHelperTurtleTests
      CSVImport.Integration
      CSVImport.Unit
      ImportHelpers.Integration
      PathHelpers.Unit
      TestHelpers
      TestHelpersTurtle
      Paths_hledger_flow
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit
    , base >=4.7 && <5
    , containers ==0.7.*
    , directory
    , foldl >=1.4.18 && <1.5
    , hledger-flow
    , path >=0.9.6 && <0.10
    , path-io >=1.8.2 && <1.9
    , stm >=2.5.3.1 && <2.6
    , text >=2.1.3 && <2.2
    , time >=1.12.2 && <1.13
    , turtle >=1.6.2 && <1.7
  default-language: Haskell2010