fixed some dependencies

This commit is contained in:
Dennis Frieberg 2020-09-06 02:38:56 +02:00
parent 3e58e610c6
commit 58a2662d2a
2 changed files with 4 additions and 4 deletions

View file

@ -26,8 +26,8 @@ dependencies:
- uuid
- text
- websockets
- strict-concurrency
- bytestring
- containers
library:
source-dirs: src

View file

@ -35,7 +35,7 @@ library
aeson
, base >=4.7 && <5
, bytestring
, strict-concurrency
, containers
, text
, tickLeiste
, uuid
@ -54,7 +54,7 @@ executable tickLeisteServer
aeson
, base >=4.7 && <5
, bytestring
, strict-concurrency
, containers
, text
, tickLeiste
, tickLeisteServer
@ -74,7 +74,7 @@ test-suite tickLeisteServer-test
aeson
, base >=4.7 && <5
, bytestring
, strict-concurrency
, containers
, text
, tickLeiste
, tickLeisteServer