cleaned up some dependencies
This commit is contained in:
parent
069bf3fde8
commit
60ed3e8f51
2 changed files with 4 additions and 3 deletions
|
@ -41,9 +41,12 @@ dependencies:
|
||||||
- containers
|
- containers
|
||||||
- wai
|
- wai
|
||||||
- wai-websockets
|
- wai-websockets
|
||||||
|
# only used for the error message on missing webclient
|
||||||
- http-types
|
- http-types
|
||||||
- tomland
|
- tomland
|
||||||
- validation-selective
|
# if we want more interaction with tomland errors this might
|
||||||
|
# be practical (not used atm, there are functions to Either)
|
||||||
|
#- validation-selective
|
||||||
- optparse-applicative
|
- optparse-applicative
|
||||||
- co-log
|
- co-log
|
||||||
- unliftio-core
|
- unliftio-core
|
||||||
|
|
|
@ -63,7 +63,6 @@ executable tickLeisteServer
|
||||||
, unliftio
|
, unliftio
|
||||||
, unliftio-core
|
, unliftio-core
|
||||||
, uuid
|
, uuid
|
||||||
, validation-selective
|
|
||||||
, wai
|
, wai
|
||||||
, wai-websockets
|
, wai-websockets
|
||||||
, websockets
|
, websockets
|
||||||
|
@ -105,7 +104,6 @@ test-suite tickLeisteServer-test
|
||||||
, unliftio
|
, unliftio
|
||||||
, unliftio-core
|
, unliftio-core
|
||||||
, uuid
|
, uuid
|
||||||
, validation-selective
|
|
||||||
, wai
|
, wai
|
||||||
, wai-websockets
|
, wai-websockets
|
||||||
, websockets
|
, websockets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue