From b72cfc097ad84ad047b99f983c7209c4434b5cd5 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Tue, 26 Jan 2016 13:53:15 +0100 Subject: Fix for GHC-7.8.4 --- Data/GraphQL/Execute.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Data/GraphQL/Execute.hs') diff --git a/Data/GraphQL/Execute.hs b/Data/GraphQL/Execute.hs index 40eb122..0e7c134 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 ((<$>), Applicative) #endif import qualified Data.Aeson as Aeson -- cgit v1.2.3