26 lines
415 B
YAML
26 lines
415 B
YAML
name: testServer
|
|
|
|
executables:
|
|
testServer:
|
|
main: testServer.hs
|
|
dependencies:
|
|
- base
|
|
- servant
|
|
- servant-client
|
|
- servant-server
|
|
- warp
|
|
- QuickCheck
|
|
- hspec
|
|
- HUnit
|
|
- http-types
|
|
- http-media
|
|
- http-client
|
|
- text
|
|
- aeson
|
|
- wai
|
|
- transformers
|
|
- network
|
|
- bytestring
|
|
source-dirs:
|
|
- ./
|
|
- ../
|