pwncash/budget.cabal

174 lines
4.0 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- 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.Budget
Internal.Database
Internal.History
Internal.Types.Database
Internal.Types.Dhall
Internal.Types.Main
Internal.Types.TH
Internal.Utils
other-modules:
Paths_budget
hs-source-dirs:
lib/
default-extensions:
OverloadedStrings
FlexibleContexts
FlexibleInstances
InstanceSigs
MultiParamTypeClasses
EmptyCase
LambdaCase
MultiWayIf
NamedFieldPuns
TupleSections
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DeriveDataTypeable
EmptyDataDecls
PartialTypeSignatures
GeneralizedNewtypeDeriving
StandaloneDeriving
BangPatterns
TypeOperators
ScopedTypeVariables
TypeApplications
ConstraintKinds
RankNTypes
GADTs
DefaultSignatures
NoImplicitPrelude
FunctionalDependencies
DataKinds
TypeFamilies
BinaryLiterals
ViewPatterns
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wpartial-fields -Werror -O2
build-depends:
Decimal >=0.5.2
, base >=4.12 && <10
, cassava
, conduit >=1.3.4.2
, containers >=0.6.4.1
, data-fix
, dhall >=1.41.2
, esqueleto
, filepath
, ghc
, hashable >=1.3.4.0
, lens
, monad-logger >=0.3.36
, mtl
, optparse-applicative
, persistent >=2.13.3.1
, persistent-mtl >=0.3.0.0
, persistent-sqlite
, recursion-schemes
, regex-tdfa
, rio >=0.1.21.0
, template-haskell <=2.16.0.0
, text
, time >=1.9.3
default-language: Haskell2010
executable pwncash
main-is: Main.hs
other-modules:
Paths_budget
hs-source-dirs:
app
default-extensions:
OverloadedStrings
FlexibleContexts
FlexibleInstances
InstanceSigs
MultiParamTypeClasses
EmptyCase
LambdaCase
MultiWayIf
NamedFieldPuns
TupleSections
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DeriveDataTypeable
EmptyDataDecls
PartialTypeSignatures
GeneralizedNewtypeDeriving
StandaloneDeriving
BangPatterns
TypeOperators
ScopedTypeVariables
TypeApplications
ConstraintKinds
RankNTypes
GADTs
DefaultSignatures
NoImplicitPrelude
FunctionalDependencies
DataKinds
TypeFamilies
BinaryLiterals
ViewPatterns
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wpartial-fields -Werror -O2 -threaded
build-depends:
Decimal >=0.5.2
, base >=4.12 && <10
, budget
, cassava
, conduit >=1.3.4.2
, containers >=0.6.4.1
, data-fix
, dhall >=1.41.2
, esqueleto
, filepath
, ghc
, hashable >=1.3.4.0
, lens
, monad-logger >=0.3.36
, mtl
, optparse-applicative
, persistent >=2.13.3.1
, persistent-mtl >=0.3.0.0
, persistent-sqlite
, recursion-schemes
, regex-tdfa
, rio >=0.1.21.0
, template-haskell <=2.16.0.0
, text
, time >=1.9.3
default-language: Haskell2010