fixed some dependencies
This commit is contained in:
parent
3e58e610c6
commit
58a2662d2a
2 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@ dependencies:
|
||||||
- uuid
|
- uuid
|
||||||
- text
|
- text
|
||||||
- websockets
|
- websockets
|
||||||
- strict-concurrency
|
|
||||||
- bytestring
|
- bytestring
|
||||||
|
- containers
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue