diff options
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 750b38c..7962f49 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: graphql-spice -version: 1.0.5.0 +version: 1.0.6.0 synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. @@ -39,7 +39,7 @@ library containers >= 0.6 && < 0.8, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, - graphql >= 1.3.0 && < 1.6.0, + graphql ^>= 1.5.0, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3, |
