summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Error.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-09-20 08:47:14 +0200
committerEugen Wissner <belka@caraus.de>2019-09-20 08:47:14 +0200
commit2b5c719ab06b28aef8a242ffbbda256191e32655 (patch)
tree4fbbd4e82bd478ec9cb1a8a8d51c222b44a1c1b6 /src/Language/GraphQL/Error.hs
parentc075a41582279be2ed1f2b5d5c758ab14d664770 (diff)
downloadgraphql-2b5c719ab06b28aef8a242ffbbda256191e32655.tar.gz
Fix haddoc warnings
Fix #14.
Diffstat (limited to 'src/Language/GraphQL/Error.hs')
-rw-r--r--src/Language/GraphQL/Error.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Language/GraphQL/Error.hs b/src/Language/GraphQL/Error.hs
index d0bc84d..41a2a9c 100644
--- a/src/Language/GraphQL/Error.hs
+++ b/src/Language/GraphQL/Error.hs
@@ -1,5 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
+
+-- | Error handling.
module Language.GraphQL.Error
( parseError
, CollectErrsT