mirror of
https://github.com/ilyakooo0/roboservant.git
synced 2024-11-25 21:55:06 +03:00
48 lines
1.0 KiB
YAML
48 lines
1.0 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
|
|
- hedgehog
|
|
- mtl
|
|
- servant # >= 0.17
|
|
- servant-client # >= 0.17
|
|
- servant-flatten
|
|
- servant-server # >= 0.17
|
|
- string-conversions
|
|
|
|
ghc-options: -Wall
|
|
|
|
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
|
|
- hspec-hedgehog
|