roboservant/package.yaml

50 lines
1.0 KiB
YAML
Raw Normal View History

2020-06-05 19:01:44 +03:00
name: roboservant
2020-09-14 16:23:26 +03:00
version: 0.1.0.2
2020-09-13 20:42:23 +03:00
github: "mwotton/roboservant"
2020-06-05 19:01:44 +03:00
license: BSD3
2020-09-13 20:42:23 +03:00
author: "Mark Wotton, Samuel Schlesinger"
maintainer: "mwotton@gmail.com"
copyright: "2020 Mark Wotton, Samuel Schlesinger"
synopsis: Automatic session-aware servant testing
category: Web
2020-09-14 01:38:39 +03:00
description: Please see the README on GitHub at <https://github.com/mwotton/roboservant#readme>
2020-06-05 19:01:44 +03:00
extra-source-files:
- README.md
- ChangeLog.md
dependencies:
- base >= 4.7 && < 5
2020-08-09 18:47:32 +03:00
- bytestring
2020-08-15 20:32:57 +03:00
- containers
2020-09-13 20:42:23 +03:00
- hedgehog
2020-09-13 01:12:17 +03:00
- mtl
2020-09-14 19:07:17 +03:00
- servant # >= 0.17
- servant-client # >= 0.17
2020-06-05 19:01:44 +03:00
- servant-flatten
2020-09-14 19:07:17 +03:00
- servant-server # >= 0.17
2020-08-09 18:47:32 +03:00
- string-conversions
2020-09-13 20:42:23 +03:00
ghc-options:
- -Wall
- -fwrite-ide-info
- -hiedir=.hie
2020-06-05 19:01:44 +03:00
library:
source-dirs: src
tests:
roboservant-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- roboservant
2020-09-14 16:23:26 +03:00
- aeson
2020-09-24 05:48:59 +03:00
- hspec
- hspec-core
- hspec-hedgehog