Remove unused OverloadedStrings pragmas

This commit is contained in:
Eugen Wissner 2021-04-14 07:09:21 +02:00
parent 5654b78935
commit 2220f0ca56
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
3 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
-- | Error handling.

View File

@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
-- | This module provides functions to execute a @GraphQL@ request.
module Language.GraphQL.Execute
( execute

View File

@ -4,7 +4,6 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
-- | GraphQL validator.