Remove unnecessary import

This commit is contained in:
Danny Navarro 2016-01-27 18:52:20 +01:00
parent b72cfc097a
commit a832991ac0

View File

@ -3,7 +3,7 @@
module Data.GraphQL.Execute where module Data.GraphQL.Execute where
#if !MIN_VERSION_base(4,8,0) #if !MIN_VERSION_base(4,8,0)
import Control.Applicative ((<$>), Applicative) import Control.Applicative ((<$>))
#endif #endif
import qualified Data.Aeson as Aeson import qualified Data.Aeson as Aeson