diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-11-27 12:38:31 -0300 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-11-27 12:56:44 -0300 |
| commit | 61f0a06096cc05ebc008db7e4647390f9a066a44 (patch) | |
| tree | 2f0467c7ee66eeb7e2989033da8a404d41ef5227 /Data/GraphQL/Parser.hs | |
| parent | 2cc6b0005100b6f4406ccedbcb21dea7fba5175a (diff) | |
| download | graphql-61f0a06096cc05ebc008db7e4647390f9a066a44.tar.gz | |
Drop support for GHC-7.8.4
Diffstat (limited to 'Data/GraphQL/Parser.hs')
| -rw-r--r-- | Data/GraphQL/Parser.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Data/GraphQL/Parser.hs b/Data/GraphQL/Parser.hs index 227c9a8..2de09b0 100644 --- a/Data/GraphQL/Parser.hs +++ b/Data/GraphQL/Parser.hs @@ -1,14 +1,9 @@ -{-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} -- | This module defines a parser for @GraphQL@ request documents. module Data.GraphQL.Parser where import Prelude hiding (takeWhile) -#if !MIN_VERSION_base(4,8,0) -import Control.Applicative ((<$>), (<*>), (*>), (<*), (<$), pure) -import Data.Monoid (Monoid, mempty) -#endif import Control.Applicative ((<|>), empty, many, optional) import Control.Monad (when) import Data.Char (isDigit, isSpace) |
