cleaned up some dependencies

This commit is contained in:
Dennis Frieberg 2021-04-11 14:51:05 +02:00
parent 069bf3fde8
commit 60ed3e8f51
2 changed files with 4 additions and 3 deletions

View file

@ -41,9 +41,12 @@ dependencies:
- containers
- wai
- wai-websockets
# only used for the error message on missing webclient
- http-types
- 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
- co-log
- unliftio-core

View file

@ -63,7 +63,6 @@ executable tickLeisteServer
, unliftio
, unliftio-core
, uuid
, validation-selective
, wai
, wai-websockets
, websockets
@ -105,7 +104,6 @@ test-suite tickLeisteServer-test
, unliftio
, unliftio-core
, uuid
, validation-selective
, wai
, wai-websockets
, websockets