test client works

This commit is contained in:
Dennis Frieberg 2020-09-22 20:28:46 +02:00
parent 769501684b
commit 4b841bf88c
3 changed files with 31 additions and 12 deletions

View file

@ -31,7 +31,9 @@ executable tickLeisteTestClient-exe
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
aeson
, base >=4.7 && <5
, bytestring
, tickLeiste
, tickLeiste-aeson
, websockets
@ -46,7 +48,9 @@ test-suite tickLeisteTestClient-test
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
aeson
, base >=4.7 && <5
, bytestring
, tickLeiste
, tickLeiste-aeson
, tickLeisteTestClient