diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-07-05 20:05:04 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-07-05 20:05:04 +0200 |
| commit | d7b6fd0329717ca8ae98db9993581ca493a3784f (patch) | |
| tree | 6281425a96824737e701ccb2dfecf47de228d867 /graphql.cabal | |
| parent | 2fa50d4f6290a39e492043eaeed8ede8e26ce62d (diff) | |
| download | graphql-d7b6fd0329717ca8ae98db9993581ca493a3784f.tar.gz | |
Allow resolvers to return arbitrary nested lists
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 04536c7..273080e 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 83313d55668f177f44fe72b0e590759e61e44093406bd0e7d41af66dd9199c92 +-- hash: 2f09ae8e288ccdea02b6f59bec6625b3f8795841f7ccf7cb19d1de428f0f63cb name: graphql version: 0.3 @@ -48,6 +48,7 @@ library Data.GraphQL.Schema Language.GraphQL.Lexer Language.GraphQL.Trans + Language.GraphQL.Type other-modules: Paths_graphql hs-source-dirs: |
