pwncash/package.yaml

76 lines
1.6 KiB
YAML
Raw Normal View History

2022-12-11 17:51:11 -05:00
name: budget
version: 0.1.0.0
github: "ndwarshuis/budget"
license: BSD3
author: "Nathan Dwarshuis"
maintainer: "ndwar@yavin4.ch"
copyright: "2022 Nathan Dwarshuis"
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/ndwarshuis/budget#readme>
dependencies:
- base >= 4.12 && < 10
- rio >= 0.1.21.0
2022-12-11 17:51:11 -05:00
- persistent >= 2.13.3.1
- persistent-sqlite >= 2.13.1.0
- monad-logger >= 0.3.36
- conduit >= 1.3.4.2
- dhall >= 1.41.2
- lens >= 5.0.1
- text >= 1.2.5.0
- time >= 1.9.3
- containers >= 0.6.4.1
- ghc >= 9.0.2
- cassava
- regex-tdfa
- esqueleto
- template-haskell
- hashable
- optparse-applicative
- recursion-schemes
- data-fix
2022-12-11 18:34:05 -05:00
- filepath
- bytestring
2022-12-11 17:51:11 -05:00
library:
source-dirs: lib/
ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wredundant-constraints
2022-12-11 17:51:11 -05:00
- -Wpartial-fields
- -Werror
- -O2
2022-12-11 17:51:11 -05:00
executables:
pwncash:
main: Main.hs
source-dirs: app
ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wredundant-constraints
2022-12-11 17:51:11 -05:00
- -Wpartial-fields
- -Werror
2022-12-11 17:51:11 -05:00
- -O2
- -threaded
2022-12-11 17:51:11 -05:00
dependencies:
- budget