summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Type
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-09-03 22:47:49 +0200
committerEugen Wissner <belka@caraus.de>2021-09-03 22:47:49 +0200
commitb96d75f447ddfdea4a4788126f4b4d002672d858 (patch)
treeea91f9a2acaf556d155eef1f8cc77abb373d27a9 /src/Language/GraphQL/Type
parent7b4c7e2b8c3e10fa416b56b913dcc8a0ba8915c1 (diff)
downloadgraphql-b96d75f447ddfdea4a4788126f4b4d002672d858.tar.gz
Replace the old executor
Diffstat (limited to 'src/Language/GraphQL/Type')
-rw-r--r--src/Language/GraphQL/Type/Definition.hs1
-rw-r--r--src/Language/GraphQL/Type/In.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Language/GraphQL/Type/Definition.hs b/src/Language/GraphQL/Type/Definition.hs
index 076b38e..cbfeeeb 100644
--- a/src/Language/GraphQL/Type/Definition.hs
+++ b/src/Language/GraphQL/Type/Definition.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE Safe #-}
-- | Types that can be used as both input and output types.
module Language.GraphQL.Type.Definition
diff --git a/src/Language/GraphQL/Type/In.hs b/src/Language/GraphQL/Type/In.hs
index d42599b..376ed6f 100644
--- a/src/Language/GraphQL/Type/In.hs
+++ b/src/Language/GraphQL/Type/In.hs
@@ -3,6 +3,7 @@
obtain one at https://mozilla.org/MPL/2.0/. -}
{-# LANGUAGE PatternSynonyms #-}
+{-# LANGUAGE Safe #-}
{-# LANGUAGE ViewPatterns #-}
-- | Input types and values.