diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-07-02 20:07:26 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-07-02 20:07:26 +0200 |
| commit | 91679650b5fc387d59925f1c660af62ec3aa4b87 (patch) | |
| tree | 8646d2c91c9fb25c79462c1f99c9fb8561417392 /graphql.cabal | |
| parent | 1017b728d96b9349c50d83f10efbd8d48246beea (diff) | |
| download | graphql-91679650b5fc387d59925f1c660af62ec3aa4b87.tar.gz | |
Introduce monad transformer for resolvers
Now the errors in the resolvers can be handled and 3 tests throwing
errors pass now. Another test fail but it requires distinguisching
nullable and non-nullable values.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index 1d40c1c..04536c7 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 4035f9ebd6df2085ad80f5918fc5a65f22b2699f620f7f03c2a3e58ac84827d6 +-- hash: 83313d55668f177f44fe72b0e590759e61e44093406bd0e7d41af66dd9199c92 name: graphql version: 0.3 @@ -47,6 +47,7 @@ library Data.GraphQL.Parser Data.GraphQL.Schema Language.GraphQL.Lexer + Language.GraphQL.Trans other-modules: Paths_graphql hs-source-dirs: |
