95 lines
2.3 KiB
Plaintext
95 lines
2.3 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.35.1.
|
|
--
|
|
-- 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.Database.Model
|
|
Internal.Database.Ops
|
|
Internal.Insert
|
|
Internal.Statement
|
|
Internal.Types
|
|
Internal.Utils
|
|
other-modules:
|
|
Paths_budget
|
|
hs-source-dirs:
|
|
lib/
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wpartial-fields -Werror -O2
|
|
build-depends:
|
|
base >=4.12 && <10
|
|
, 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
|
|
, rio >=0.1.21.0
|
|
, template-haskell
|
|
, text >=1.2.5.0
|
|
, time >=1.9.3
|
|
default-language: Haskell2010
|
|
|
|
executable pwncash
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_budget
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wpartial-fields -Werror -O2 -threaded
|
|
build-depends:
|
|
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 >=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
|
|
, rio >=0.1.21.0
|
|
, template-haskell
|
|
, text >=1.2.5.0
|
|
, time >=1.9.3
|
|
default-language: Haskell2010
|