From 2f9881bb211fa40361a745078ed790e19747c801 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 24 Dec 2022 18:09:52 +0100 Subject: Fix GHC 9.2 warnings and deprecations - Fix GHC 9.2 warnings - Convert comments to proper deprecations --- graphql.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphql.cabal') diff --git a/graphql.cabal b/graphql.cabal index 3cc6160..c448f0e 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: graphql -version: 1.0.3.0 +version: 1.1.0.0 synopsis: Haskell GraphQL implementation description: Haskell implementation. category: Language @@ -22,7 +22,7 @@ extra-source-files: README.md tested-with: GHC == 8.10.7, - GHC == 9.2.3 + GHC == 9.2.4 source-repository head type: git @@ -30,7 +30,7 @@ source-repository head flag Json description: Whether to build against @aeson 1.x@ - default: True + default: False manual: True library -- cgit v1.2.3