summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-09-04 07:12:34 +0200
committerEugen Wissner <belka@caraus.de>2021-09-04 07:12:34 +0200
commitde4f69ab0312edfd7c0deb033aa6103442eb3ec8 (patch)
tree001d8b7b9cf4863bbdbc5821a679177f4fcb23db /src
parentb96d75f447ddfdea4a4788126f4b4d002672d858 (diff)
downloadgraphql-de4f69ab0312edfd7c0deb033aa6103442eb3ec8.tar.gz
Add CHANGELOG entries for the new executor
Diffstat (limited to 'src')
-rw-r--r--src/Language/GraphQL/AST/DirectiveLocation.hs4
-rw-r--r--src/Language/GraphQL/Type/Definition.hs4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Language/GraphQL/AST/DirectiveLocation.hs b/src/Language/GraphQL/AST/DirectiveLocation.hs
index 511225f..d109666 100644
--- a/src/Language/GraphQL/AST/DirectiveLocation.hs
+++ b/src/Language/GraphQL/AST/DirectiveLocation.hs
@@ -1,7 +1,3 @@
-{- This Source Code Form is subject to the terms of the Mozilla Public License,
- v. 2.0. If a copy of the MPL was not distributed with this file, You can
- obtain one at https://mozilla.org/MPL/2.0/. -}
-
{-# LANGUAGE Safe #-}
-- | Various parts of a GraphQL document can be annotated with directives.
diff --git a/src/Language/GraphQL/Type/Definition.hs b/src/Language/GraphQL/Type/Definition.hs
index cbfeeeb..1c8876a 100644
--- a/src/Language/GraphQL/Type/Definition.hs
+++ b/src/Language/GraphQL/Type/Definition.hs
@@ -1,3 +1,7 @@
+{- This Source Code Form is subject to the terms of the Mozilla Public License,
+ v. 2.0. If a copy of the MPL was not distributed with this file, You can
+ obtain one at https://mozilla.org/MPL/2.0/. -}
+
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE Safe #-}