diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-01-26 13:53:15 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-01-26 13:57:58 +0100 |
| commit | b72cfc097ad84ad047b99f983c7209c4434b5cd5 (patch) | |
| tree | a3696f6663a4d2f026f63ebdff65e0b4e7081297 /Data | |
| parent | 78e0d871d5abfa920746d9af3c1e13611aea40e6 (diff) | |
| download | graphql-b72cfc097ad84ad047b99f983c7209c4434b5cd5.tar.gz | |
Fix for GHC-7.8.4
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/GraphQL/Execute.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
