summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-07-06 19:10:34 +0200
committerEugen Wissner <belka@caraus.de>2020-07-06 19:10:34 +0200
commitb2d473de8dac0f85f11a8f9985d1a9a4dfee03ab (patch)
tree15795c6a249396225da9e95be1628b8606851181 /graphql.cabal
parenta6f9cec413c35abdcb0d04a5550334dd2fa7d472 (diff)
downloadgraphql-b2d473de8dac0f85f11a8f9985d1a9a4dfee03ab.tar.gz
Export sum type for all GraphQL types
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 7c8737c..e7ac249 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: 7101732e7932f4605d0c6ecaf88fd11c1fb6cb8045e6e0f419858cad027f383a
+-- hash: c06170c5fd3d1c3e42fb8c8fde8afd88bf3dd142f6cee1f83128e8d00d443f2d
name: graphql
version: 0.8.0.0
@@ -50,12 +50,12 @@ library
Language.GraphQL.Type
Language.GraphQL.Type.In
Language.GraphQL.Type.Out
+ Language.GraphQL.Type.Schema
other-modules:
Language.GraphQL.Execute.Execution
Language.GraphQL.Execute.Transform
Language.GraphQL.Type.Definition
- Language.GraphQL.Type.Directive
- Language.GraphQL.Type.Schema
+ Language.GraphQL.Type.Internal
hs-source-dirs:
src
build-depends: