summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Validate/Rules.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-08-22 06:39:52 +0200
committerEugen Wissner <belka@caraus.de>2020-08-22 06:39:52 +0200
commit54dbf1df16038c9f583c1b53ab4fac1d71b194fd (patch)
treed6a112c10e5537a1530196aa4e8951e6fce6e464 /src/Language/GraphQL/Validate/Rules.hs
parent1a788a62611fcb3b044f37880a68147989dc5e18 (diff)
downloadgraphql-54dbf1df16038c9f583c1b53ab4fac1d71b194fd.tar.gz
Remove encoder test based on old external files
Diffstat (limited to 'src/Language/GraphQL/Validate/Rules.hs')
-rw-r--r--src/Language/GraphQL/Validate/Rules.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Language/GraphQL/Validate/Rules.hs b/src/Language/GraphQL/Validate/Rules.hs
index a3314e7..9faaedd 100644
--- a/src/Language/GraphQL/Validate/Rules.hs
+++ b/src/Language/GraphQL/Validate/Rules.hs
@@ -17,7 +17,7 @@ import Language.GraphQL.AST.Document
newtype Rule
= DefinitionRule (Definition -> Maybe String)
--- | Default reules given in the specification.
+-- | Default rules given in the specification.
specifiedRules :: [Rule]
specifiedRules =
[ executableDefinitionsRule