summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-09-08 19:53:22 +0200
committerEugen Wissner <belka@caraus.de>2022-09-08 19:53:22 +0200
commit53ce65d7137a983df43056a3ea33d31054afd5fc (patch)
tree749588d8cfcc0b5496cddaebf5480338595fed3a /graphql-spice.cabal
parent1d7f016b9c19dc4ce5b058b2a6d248eaa61ac0e6 (diff)
downloadgraphql-spice-53ce65d7137a983df43056a3ea33d31054afd5fc.tar.gz
Add `ToGraphQL` and `FromGraphQL` typeclasses
With instances for basic types.
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index abaf140..f774dcc 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -24,7 +24,8 @@ source-repository head
library
exposed-modules:
- Language.GraphQL.JSON,
+ Language.GraphQL.Class
+ Language.GraphQL.JSON
Test.Hspec.GraphQL
other-modules:
hs-source-dirs: src
@@ -48,6 +49,7 @@ test-suite graphql-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
+ Language.GraphQL.ClassSpec
Language.GraphQL.CoerceSpec
Language.GraphQL.DirectiveSpec
Language.GraphQL.FragmentSpec