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