diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-08-06 18:18:25 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-08-06 18:19:07 +0200 |
| commit | 388af30b5184a79a9798c314e25cdb9e9ece4767 (patch) | |
| tree | dfcea37af91917b6d236ed843dfd7aadd1e918f2 /graphql.cabal | |
| parent | e02463f452fc3ce82cb93c8c9e916264eb89c337 (diff) | |
| download | graphql-388af30b5184a79a9798c314e25cdb9e9ece4767.tar.gz | |
Fix GHC 9.8 warnings
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal index e5ca89e..cf71bf7 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -21,8 +21,7 @@ extra-source-files: CHANGELOG.md README.md tested-with: - GHC == 9.4.7, - GHC == 9.6.3 + GHC == 9.8.2 source-repository head type: git |
