pwncash/budget.cabal

174 lines
4.0 KiB
Plaintext
Raw Permalink Normal View History

2022-12-11 17:51:11 -05:00
cabal-version: 1.12
2023-02-12 16:23:32 -05:00
-- This file has been generated from package.yaml by hpack version 0.35.2.
2022-12-11 17:51:11 -05:00
--
-- 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:
2023-05-29 15:56:15 -04:00
Internal.Budget
2023-05-29 17:33:59 -04:00
Internal.Database
2023-05-29 15:56:15 -04:00
Internal.History
Internal.Types.Database
Internal.Types.Dhall
Internal.Types.Main
Internal.Types.TH
Internal.Utils
2022-12-11 17:51:11 -05:00
other-modules:
Paths_budget
hs-source-dirs:
lib/
2023-02-12 16:23:32 -05:00
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
2022-12-11 17:51:11 -05:00
build-depends:
2023-07-08 00:52:40 -04:00
Decimal >=0.5.2
, base >=4.12 && <10
2022-12-11 17:51:11 -05:00
, cassava
, conduit >=1.3.4.2
, containers >=0.6.4.1
, data-fix
, dhall >=1.41.2
, esqueleto
2022-12-11 18:34:05 -05:00
, filepath
2023-04-16 20:09:13 -04:00
, ghc
, hashable >=1.3.4.0
, lens
2022-12-11 17:51:11 -05:00
, monad-logger >=0.3.36
2023-02-12 16:23:32 -05:00
, mtl
2022-12-11 17:51:11 -05:00
, optparse-applicative
, persistent >=2.13.3.1
2023-05-07 20:29:33 -04:00
, persistent-mtl >=0.3.0.0
2023-04-16 20:09:13 -04:00
, persistent-sqlite
2022-12-11 17:51:11 -05:00
, recursion-schemes
, regex-tdfa
, rio >=0.1.21.0
2023-04-16 20:09:13 -04:00
, template-haskell <=2.16.0.0
, text
2022-12-11 17:51:11 -05:00
, time >=1.9.3
default-language: Haskell2010
executable pwncash
main-is: Main.hs
other-modules:
Paths_budget
hs-source-dirs:
app
2023-02-12 16:23:32 -05:00
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
2022-12-11 17:51:11 -05:00
build-depends:
2023-07-08 00:52:40 -04:00
Decimal >=0.5.2
, base >=4.12 && <10
2022-12-11 17:51:11 -05:00
, budget
, cassava
, conduit >=1.3.4.2
, containers >=0.6.4.1
, data-fix
, dhall >=1.41.2
, esqueleto
2022-12-11 18:34:05 -05:00
, filepath
2023-04-16 20:09:13 -04:00
, ghc
, hashable >=1.3.4.0
, lens
2022-12-11 17:51:11 -05:00
, monad-logger >=0.3.36
2023-02-12 16:23:32 -05:00
, mtl
2022-12-11 17:51:11 -05:00
, optparse-applicative
, persistent >=2.13.3.1
2023-05-07 20:29:33 -04:00
, persistent-mtl >=0.3.0.0
2023-04-16 20:09:13 -04:00
, persistent-sqlite
2022-12-11 17:51:11 -05:00
, recursion-schemes
, regex-tdfa
, rio >=0.1.21.0
2023-04-16 20:09:13 -04:00
, template-haskell <=2.16.0.0
, text
2022-12-11 17:51:11 -05:00
, time >=1.9.3
default-language: Haskell2010