roboservant/package.yaml
2020-11-17 15:23:51 -05:00

53 lines
1.1 KiB
YAML

name: roboservant
version: 0.1.0.2
github: "mwotton/roboservant"
license: BSD3
author: "Mark Wotton, Samuel Schlesinger"
maintainer: "mwotton@gmail.com"
copyright: "2020 Mark Wotton, Samuel Schlesinger"
synopsis: Automatic session-aware servant testing
category: Web
description: Please see the README on GitHub at <https://github.com/mwotton/roboservant#readme>
extra-source-files:
- README.md
- ChangeLog.md
dependencies:
- base >= 4.7 && < 5
- bytestring
- containers
- random
- lifted-base
- monad-control
- mtl
- servant # >= 0.17
- servant-client # >= 0.17
- servant-flatten
- servant-server # >= 0.17
- string-conversions
- time
ghc-options:
- -Wall
- -fwrite-ide-info
- -hiedir=.hie
library:
source-dirs: src
tests:
roboservant-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- roboservant
- aeson
- hspec
- hspec-core