diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-01-18 16:33:13 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-01-18 16:33:13 +0100 |
| commit | 663e4f35213ac486ffbb86a76877fcac7b58a1e8 (patch) | |
| tree | 81a4967d87f2e4a31007a8d38ca391bd1b0580f4 /graphql.cabal | |
| parent | 324a4c55ff1d1747af5050c2e576971ba9639230 (diff) | |
| download | graphql-663e4f35213ac486ffbb86a76877fcac7b58a1e8.tar.gz | |
Make the lexer and parser safe
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal index 7088230..c31c058 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -11,7 +11,7 @@ author: Danny Navarro <j@dannynavarro.net>, Matthías Páll Gissurarson <mpg@mpg.is>, Sólrún Halla Einarsdóttir <she@mpg.is> maintainer: belka@caraus.de -copyright: (c) 2019-2024 Eugen Wissner, +copyright: (c) 2019-2025 Eugen Wissner, (c) 2015-2017 J. Daniel Navarro license: MPL-2.0 AND BSD-3-Clause license-files: LICENSE, @@ -21,7 +21,7 @@ extra-source-files: CHANGELOG.md README.md tested-with: - GHC == 9.8.2 + GHC == 9.10.1 source-repository head type: git |
