diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-10-29 22:51:36 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-10-30 07:06:36 +0100 |
| commit | 6e8d8a34a1ce07b8d9cd10d8e5c3e009d17cfdf7 (patch) | |
| tree | b17c4ed73d8f94918c9a284ba7f80e6a5ed77627 /package.yaml | |
| parent | 7c0b0ace4dacbb581669f88b83b9643a83fc797a (diff) | |
| download | graphql-6e8d8a34a1ce07b8d9cd10d8e5c3e009d17cfdf7.tar.gz | |
Reflect infrastructure and license changes
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/package.yaml b/package.yaml index a55c8a7..3e84a76 100644 --- a/package.yaml +++ b/package.yaml @@ -1,12 +1,15 @@ -name: graphql -version: 0.10.0.0 -synopsis: Haskell GraphQL implementation +name: graphql +version: 0.10.0.0 +synopsis: Haskell GraphQL implementation description: - This package provides a rudimentary parser for the - <https://graphql.github.io/graphql-spec/June2018/ GraphQL> language. -maintainer: belka@caraus.de -github: caraus-ecms/graphql -category: Language + Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation. +maintainer: belka@caraus.de +git: git://caraus.tech/pub/graphql.git +homepage: https://www.caraus.tech/projects/pub-graphql +bug-reports: https://www.caraus.tech/projects/pub-graphql/issues +category: Language +license: MPL-2.0 AND BSD-3-Clause + copyright: - (c) 2019-2020 Eugen Wissner - (c) 2015-2017 J. Daniel Navarro @@ -15,10 +18,12 @@ author: - Matthías Páll Gissurarson <mpg@mpg.is> - Sólrún Halla Einarsdóttir <she@mpg.is> +license-file: +- LICENSE +- LICENSE.MPL extra-source-files: - CHANGELOG.md - CONTRIBUTING.md -- LICENSE - README.md - docs/tutorial/tutorial.lhs |
