diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-02-28 17:54:02 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-02-28 17:54:02 +0100 |
| commit | 3b69dac371651d303b7634c8b3d54b3221320f0d (patch) | |
| tree | 131bb6903821aac490bd6cbe0107f9e1cd8976dc /graphql.cabal | |
| parent | 2834360411d41f8d7cb22d914d5cb914d928d51f (diff) | |
| download | graphql-3b69dac371651d303b7634c8b3d54b3221320f0d.tar.gz | |
Release 1.2.0.0v1.2.0.0
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 417db28..644d227 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: graphql -version: 1.1.0.0 +version: 1.2.0.0 synopsis: Haskell GraphQL implementation description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation. category: Language @@ -21,7 +21,7 @@ extra-source-files: CHANGELOG.md README.md tested-with: - GHC == 9.2.4 + GHC == 9.2.5 source-repository head type: git |
