summaryrefslogtreecommitdiff
path: root/Data/GraphQL/Execute.hs
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2016-11-27 12:38:31 -0300
committerDanny Navarro <j@dannynavarro.net>2016-11-27 12:56:44 -0300
commit61f0a06096cc05ebc008db7e4647390f9a066a44 (patch)
tree2f0467c7ee66eeb7e2989033da8a404d41ef5227 /Data/GraphQL/Execute.hs
parent2cc6b0005100b6f4406ccedbcb21dea7fba5175a (diff)
downloadgraphql-61f0a06096cc05ebc008db7e4647390f9a066a44.tar.gz
Drop support for GHC-7.8.4
Diffstat (limited to 'Data/GraphQL/Execute.hs')
-rw-r--r--Data/GraphQL/Execute.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Data/GraphQL/Execute.hs b/Data/GraphQL/Execute.hs
index 86887ff..a7e3c91 100644
--- a/Data/GraphQL/Execute.hs
+++ b/Data/GraphQL/Execute.hs
@@ -1,11 +1,7 @@
-{-# LANGUAGE CPP #-}
-- | This module provides the function to execute a @GraphQL@ request --
-- according to a 'Schema'.
module Data.GraphQL.Execute (execute) where
-#if !MIN_VERSION_base(4,8,0)
-import Control.Applicative ((<$>))
-#endif
import Control.Applicative (Alternative)
import Data.Maybe (catMaybes)