test client works
This commit is contained in:
parent
769501684b
commit
4b841bf88c
3 changed files with 31 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue