summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-22 05:50:00 +0200
committerEugen Wissner <belka@caraus.de>2019-07-22 05:50:00 +0200
commit1b5094b6a3e6eb68f67bc3238487818f7b7d552a (patch)
tree6e51bc6bba9613b60af81d56a39b8dad10750cef /graphql.cabal
parent9d15b831648ff7a7acb1327efbce3b22181b6157 (diff)
downloadgraphql-1b5094b6a3e6eb68f67bc3238487818f7b7d552a.tar.gz
Parse the BOM header if any
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 3fa5a4b..510e3da 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: 36fc8a7c107b61579191035619873e2001628165d12013cef25921cd7e31a240
+-- hash: 0738bb4bfceb40525227c29cb0c32d360f528ba3a84890817c65f5950e37b311
name: graphql
version: 0.4.0.0
@@ -67,6 +67,7 @@ test-suite tasty
main-is: Spec.hs
other-modules:
Language.GraphQL.LexerSpec
+ Language.GraphQL.ParserSpec
Test.KitchenSinkSpec
Test.StarWars.Data
Test.StarWars.QuerySpec