diff options
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal index d330abd..0fec483 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -25,11 +25,12 @@ library ghc-options: -Wall exposed-modules: Data.GraphQL Data.GraphQL.AST - Data.GraphQL.Encoder + Data.GraphQL.AST.Core Data.GraphQL.Execute + Data.GraphQL.Encoder + Data.GraphQL.Error Data.GraphQL.Schema Data.GraphQL.Parser - Data.GraphQL.Error build-depends: aeson >= 0.7.0.3, attoparsec >= 0.10.4.0, base >= 4.7 && < 5, |
