servant/servant-client/test/ghcjs/testServer/package.yaml

37 lines
635 B
YAML
Raw Normal View History

2016-05-12 15:20:15 +02:00
name: testServer
executables:
testServer:
main: testServer.hs
other-modules: []
dependencies:
- base
2016-07-19 16:27:19 +02:00
- base-compat
2016-05-12 15:20:15 +02:00
- 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