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 - uuid
- text - text
- websockets - websockets
- strict-concurrency
- bytestring - bytestring
- containers
library: library:
source-dirs: src source-dirs: src

View file

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