From 60ed3e8f512510d595848b9488aec93c5495c7a5 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Sun, 11 Apr 2021 14:51:05 +0200 Subject: [PATCH] cleaned up some dependencies --- package.yaml | 5 ++++- tickLeisteServer.cabal | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.yaml b/package.yaml index b902fa2..30c4809 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/tickLeisteServer.cabal b/tickLeisteServer.cabal index c14f24d..b1e69e3 100644 --- a/tickLeisteServer.cabal +++ b/tickLeisteServer.cabal @@ -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