summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-07 06:31:53 +0200
committerEugen Wissner <belka@caraus.de>2019-07-07 06:31:53 +0200
commit22d4a4e583d8075fc71cddc22566f41fc5a698dc (patch)
tree116b444d7b465aadf8a33a22fdd2a6db6994e7c0 /package.yaml
parent1431db7e634e5447375e1c598f4336f499384730 (diff)
downloadgraphql-22d4a4e583d8075fc71cddc22566f41fc5a698dc.tar.gz
Change the main namespace to Language.GraphQL
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/package.yaml b/package.yaml
index a15102c..50f709a 100644
--- a/package.yaml
+++ b/package.yaml
@@ -3,14 +3,14 @@ version: 0.4.0.0
synopsis: Haskell GraphQL implementation
description:
This package provides a rudimentary parser for the
- <https://facebook.github.io/graphql/ GraphQL> language.
+ <https://graphql.github.io/graphql-spec/June2018/ GraphQL> language.
homepage: https://github.com/jdnavarro/graphql-haskell
maintainer: belka@caraus.de
-copyright:
-- 2019 Eugen Wissner
-- 2015-2017 J. Daniel Navarro
-category: Web
github: caraus-ecms/graphql
+category: Language
+copyright:
+- (c) 2019 Eugen Wissner
+- (c) 2015-2017 J. Daniel Navarro
author:
- Danny Navarro <j@dannynavarro.net>
- Matthías Páll Gissurarson <mpg@mpg.is>
@@ -33,12 +33,11 @@ dependencies:
- megaparsec
- text
- transformers
-- unordered-containers
library:
source-dirs: src
dependencies:
- - scientific
+ - unordered-containers
tests:
tasty: