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 - 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

View file

@ -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