From 4b81f0c77a9c7ad5e276cf6e8ee41dbd03b60f80 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Fri, 2 Oct 2015 15:03:26 +0200 Subject: [PATCH] More test fixes --- servant-foreign/src/Servant/Foreign.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/servant-foreign/src/Servant/Foreign.hs b/servant-foreign/src/Servant/Foreign.hs index 37ca1dd9..d5ea0e29 100644 --- a/servant-foreign/src/Servant/Foreign.hs +++ b/servant-foreign/src/Servant/Foreign.hs @@ -47,9 +47,6 @@ module Servant.Foreign , module Servant.API ) where -#if !MIN_VERSION_base(4,8,0) -import Control.Applicative -#endif import Control.Lens (makeLenses, (%~), (&), (.~), (<>~), _last) import Data.Monoid ((<>))