summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-23 06:04:33 +0200
committerEugen Wissner <belka@caraus.de>2019-07-23 07:22:32 +0200
commit282946560e14a94748b4a0599ac7419c27848c04 (patch)
tree54341b3653bbde17002d8bc119de2d0688d15c13 /graphql.cabal
parent1b5094b6a3e6eb68f67bc3238487818f7b7d552a (diff)
downloadgraphql-0.4.0.0.tar.gz
Add singleError utility functionv0.4.0.0
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 510e3da..dc4bf54 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,14 +4,14 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: 0738bb4bfceb40525227c29cb0c32d360f528ba3a84890817c65f5950e37b311
+-- hash: dca80d6bcaa432cabc2499efc9f047c6f59546bc2ba75b35fed6efd694895598
name: graphql
version: 0.4.0.0
synopsis: Haskell GraphQL implementation
description: This package provides a rudimentary parser for the <https://graphql.github.io/graphql-spec/June2018/ GraphQL> language.
category: Language
-homepage: https://github.com/jdnavarro/graphql-haskell
+homepage: https://github.com/caraus-ecms/graphql#readme
bug-reports: https://github.com/caraus-ecms/graphql/issues
author: Danny Navarro <j@dannynavarro.net>,
Matthías Páll Gissurarson <mpg@mpg.is>,
@@ -66,6 +66,7 @@ test-suite tasty
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
+ Language.GraphQL.ErrorSpec
Language.GraphQL.LexerSpec
Language.GraphQL.ParserSpec
Test.KitchenSinkSpec