35 lines
615 B
YAML
35 lines
615 B
YAML
name: testServer
|
|
|
|
executables:
|
|
testServer:
|
|
main: testServer.hs
|
|
other-modules: []
|
|
dependencies:
|
|
- base
|
|
- 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
|