From 2424424ab2fdefa9916c8ab8da9f7e2885397fd0 Mon Sep 17 00:00:00 2001 From: aaron levin Date: Sun, 22 Nov 2015 17:37:06 +0100 Subject: [PATCH] servant-server: Remove unnecessary dependency on Common.Text --- servant-server/src/Servant/Server/Internal.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/servant-server/src/Servant/Server/Internal.hs b/servant-server/src/Servant/Server/Internal.hs index 21109d72..eee1d8d0 100644 --- a/servant-server/src/Servant/Server/Internal.hs +++ b/servant-server/src/Servant/Server/Internal.hs @@ -78,7 +78,6 @@ import Servant.API.ResponseHeaders (GetHeaders, Headers, getHeaders, getResponse) -import Servant.Common.Text (FromText, fromText) import Servant.Server.Internal.Authentication (AuthData (authData), AuthProtected (..), checkAuthStrict,