roboservant/package.yaml

77 lines
1.4 KiB
YAML
Raw Normal View History

2020-12-30 21:03:00 +03:00
2020-06-05 19:01:44 +03:00
name: roboservant
2022-12-15 08:59:11 +03:00
version: 0.1.0.3
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
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-11-15 00:07:49 +03:00
- random
- hashable
2021-03-18 19:44:43 +03:00
- http-types
2020-11-15 00:07:49 +03:00
- lifted-base
- monad-control
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-11-18 01:14:09 +03:00
- vinyl
- dependent-sum
- dependent-map
- unordered-containers
2020-11-18 01:14:09 +03:00
- text
2020-11-17 23:23:51 +03:00
- time
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
2020-11-26 21:21:49 +03:00
- http-api-data
2021-03-16 22:20:09 +03:00
- http-client
- hspec-wai
- wai
- warp
2020-12-25 00:16:09 +03:00
example:
main: Example.lhs
source-dirs: .
dependencies:
- roboservant
- hspec
2021-03-16 22:20:09 +03:00
- warp
- http-client
- aeson
- hspec-core
2020-12-25 00:16:09 +03:00
ghc-options: -pgmL markdown-unlit
2021-01-05 18:38:15 +03:00
build-tools: markdown-unlit