From ff4e2afcdf837ccfbbfd2ff832f85394d21a6c0e Mon Sep 17 00:00:00 2001 From: Sasa Bogicevic Date: Thu, 26 Apr 2018 14:24:02 +0200 Subject: [PATCH] Remove duplicate import --- servant/src/Servant/Utils/Links.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/servant/src/Servant/Utils/Links.hs b/servant/src/Servant/Utils/Links.hs index 6ae8bb37..a5071253 100644 --- a/servant/src/Servant/Utils/Links.hs +++ b/servant/src/Servant/Utils/Links.hs @@ -109,8 +109,6 @@ import Data.Singletons.Bool (SBool (..), SBoolI (..)) import qualified Data.Text as Text import qualified Data.Text.Encoding as TE -import Data.Type.Bool - (If) import Data.Type.Bool (If) import GHC.TypeLits