roboservant/package.yaml

53 lines
1.1 KiB
YAML
Raw Normal View History

2020-06-05 19:01:44 +03:00
name: roboservant
version: 0.1.0.0
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
description: Please see the README on GitHub at <https://github.com/githubuser/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
2020-09-13 20:42:23 +03:00
- QuickCheck
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-08-09 18:47:32 +03:00
- http-client
2020-08-15 17:07:03 +03:00
- http-media
2020-09-13 01:12:17 +03:00
- mtl
2020-09-13 20:42:23 +03:00
- quickcheck-state-machine >= 0.7
2020-08-09 18:47:32 +03:00
- servant >= 0.17
- servant-client >= 0.17
2020-06-05 19:01:44 +03:00
- servant-flatten
2020-08-09 18:47:32 +03:00
- servant-server >= 0.17
- string-conversions
2020-09-13 20:42:23 +03:00
2020-06-06 17:24:56 +03:00
# test deps
- hspec
2020-08-09 19:11:47 +03:00
- QuickCheck
2020-08-25 00:30:25 +03:00
- aeson
2020-09-13 20:42:23 +03:00
ghc-options: -Wall
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