pwncash/budget.cabal

103 lines
2.3 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: budget
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/ndwarshuis/budget#readme>
homepage: https://github.com/ndwarshuis/budget#readme
bug-reports: https://github.com/ndwarshuis/budget/issues
author: Nathan Dwarshuis
maintainer: ndwar@yavin4.ch
copyright: 2022 Nathan Dwarshuis
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/ndwarshuis/budget
library
exposed-modules:
Internal.Config
Internal.Types
Internal.Utils
Internal.Database.Ops
Internal.Database.Model
Internal.Insert
Internal.Statement
other-modules:
Paths_budget
hs-source-dirs:
lib/
ghc-options: -Wall -Werror -threaded -Wpartial-fields
build-depends:
base >=4.12 && <10
, bytestring
, cassava
, conduit >=1.3.4.2
, containers >=0.6.4.1
, data-fix
, dhall >=1.41.2
, esqueleto
, filepath
, ghc >=9.0.2
, hashable
, lens >=5.0.1
, monad-logger >=0.3.36
, optparse-applicative
, persistent >=2.13.3.1
, persistent-sqlite >=2.13.1.0
, recursion-schemes
, regex-tdfa
, template-haskell
, text >=1.2.5.0
, time >=1.9.3
, transformers
, utf8-string
, vector
, yaml
default-language: Haskell2010
executable pwncash
main-is: Main.hs
other-modules:
Paths_budget
hs-source-dirs:
app
ghc-options: -Wall -Werror -threaded -Wpartial-fields -O2
build-depends:
base >=4.12 && <10
, budget
, bytestring
, cassava
, conduit >=1.3.4.2
, containers >=0.6.4.1
, data-fix
, dhall >=1.41.2
, esqueleto
, filepath
, ghc >=9.0.2
, hashable
, lens >=5.0.1
, monad-logger >=0.3.36
, optparse-applicative
, persistent >=2.13.3.1
, persistent-sqlite >=2.13.1.0
, recursion-schemes
, regex-tdfa
, template-haskell
, text >=1.2.5.0
, time >=1.9.3
, transformers
, utf8-string
, vector
, yaml
default-language: Haskell2010