servant/servant-client/test/ghcjs/testServer/package.yaml
2016-07-19 18:59:26 +02:00

37 lines
635 B
YAML

name: testServer
executables:
testServer:
main: testServer.hs
other-modules: []
dependencies:
- base
- base-compat
- aeson
- base64-bytestring
- bytestring
- exceptions
- hspec
- http-api-data
- http-client
- http-media
- http-types
- HUnit
- network
- network-uri
- QuickCheck
- safe
- servant
- servant-server
- string-conversions
- text
- transformers
- wai
- warp
source-dirs:
- ./
- ../../../test
- ../../../src
include-dirs:
- ../../../include