diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-01-27 18:52:20 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-01-27 18:52:20 +0100 |
| commit | a832991ac0ed06551c58376dc983936675b18ef5 (patch) | |
| tree | a9674885a59e81db0bf8557cdf745d6198314d7b | |
| parent | b72cfc097ad84ad047b99f983c7209c4434b5cd5 (diff) | |
| download | graphql-a832991ac0ed06551c58376dc983936675b18ef5.tar.gz | |
Remove unnecessary import
| -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 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 |
