Remove unnecessary import

This commit is contained in:
Danny Navarro 2016-01-27 18:52:20 +01:00
parent b72cfc097a
commit a832991ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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