1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 12:51:58 +03:00
hascard/package.yaml
2020-07-18 14:07:02 +02:00

62 lines
1.3 KiB
YAML

name: hascard
version: 0.1.0.0
github: "Yvee1/hascard"
license: BSD3
author: "Steven van den Broek"
maintainer: "stevenvdb@live.nl"
copyright: "2020 Steven van den Broek"
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/Yvee1/hascard#readme>
dependencies:
- base >= 4.7 && < 5
- brick >= 0.52
- word-wrap
- vty
- microlens-platform
- parsec
- containers
- directory
- text
- vector
- filepath
- microlens
- process
- optparse-applicative
library:
source-dirs: src
executables:
hascard:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hascard
tests:
hascard-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hascard