diff options
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 4 |
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 |
