diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-01-08 22:01:17 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-01-08 22:24:49 +0100 |
| commit | 052c1a1c7fa90dc8a985e3c4ddd9cd8f2537c83b (patch) | |
| tree | b35484683777e5b23f0154bf4fd01b444c385fb2 /graphql.cabal | |
| parent | 73beb7bd91af6f6bb58b691d73c01da421c6ad59 (diff) | |
| download | graphql-052c1a1c7fa90dc8a985e3c4ddd9cd8f2537c83b.tar.gz | |
Release 1.5.0.2v1.5.0.2
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/graphql.cabal b/graphql.cabal index f8ee295..8711047 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,27 +1,28 @@ cabal-version: 3.0 -name: graphql -version: 1.5.0.1 -synopsis: Haskell GraphQL implementation -description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation. -category: Language -homepage: https://git.caraus.tech/OSS/graphql -bug-reports: https://git.caraus.tech/OSS/graphql/issues -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-2026 Eugen Wissner, - (c) 2015-2017 J. Daniel Navarro -license: MPL-2.0 AND BSD-3-Clause -license-files: LICENSE, - LICENSE.MPL -build-type: Simple +name: graphql +version: 1.5.0.2 +synopsis: Haskell GraphQL implementation +description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation. +category: Language +homepage: https://git.caraus.tech/OSS/graphql +bug-reports: https://issues.caraus.tech/projects/graphql/issues +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-2026 Eugen Wissner, + (c) 2015-2017 J. Daniel Navarro +license: MPL-2.0 AND BSD-3-Clause +license-files: LICENSE, + LICENSE.MPL +build-type: Simple extra-source-files: CHANGELOG.md README.md tested-with: - GHC == 9.12.2 + GHC == 9.12.2, + GHC == 9.14.1 source-repository head type: git |
