From a832991ac0ed06551c58376dc983936675b18ef5 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Wed, 27 Jan 2016 18:52:20 +0100 Subject: [PATCH] Remove unnecessary import --- Data/GraphQL/Execute.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/GraphQL/Execute.hs b/Data/GraphQL/Execute.hs index 0e7c134..0af3e7f 100644 --- a/Data/GraphQL/Execute.hs +++ b/Data/GraphQL/Execute.hs @@ -3,7 +3,7 @@ module Data.GraphQL.Execute where #if !MIN_VERSION_base(4,8,0) -import Control.Applicative ((<$>), Applicative) +import Control.Applicative ((<$>)) #endif import qualified Data.Aeson as Aeson