Remove unused OverloadedStrings pragmas

This commit is contained in:
2021-04-14 07:09:21 +02:00
parent 5654b78935
commit 2220f0ca56
3 changed files with 0 additions and 4 deletions

View File

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