From 81f8b885d4a105094b41fe736f15d1a4dbf36936 Mon Sep 17 00:00:00 2001 From: aaron levin Date: Fri, 25 Dec 2015 00:25:44 +0100 Subject: [PATCH] remove redundant Authentication import --- servant-examples/tutorial/T3.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/servant-examples/tutorial/T3.hs b/servant-examples/tutorial/T3.hs index aacceacd..7b5bdeb3 100644 --- a/servant-examples/tutorial/T3.hs +++ b/servant-examples/tutorial/T3.hs @@ -10,8 +10,6 @@ import Data.List import GHC.Generics import Network.Wai import Servant -import Servant.Server.Internal.Authentication - data Position = Position { x :: Int