summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-06 07:57:18 +0200
committerEugen Wissner <belka@caraus.de>2019-07-06 07:57:18 +0200
commit1431db7e634e5447375e1c598f4336f499384730 (patch)
treeda35c3dd9773690a037c1d6e3af6bb0941b14e74 /graphql.cabal
parentd7b6fd0329717ca8ae98db9993581ca493a3784f (diff)
downloadgraphql-1431db7e634e5447375e1c598f4336f499384730.tar.gz
Add licence badge
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 273080e..00a05b0 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,20 +4,21 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: 2f09ae8e288ccdea02b6f59bec6625b3f8795841f7ccf7cb19d1de428f0f63cb
+-- hash: 3b6e8e64a62fa7a1ef602db8cb6aec07bfb21e81af7c91c939bfa03833879a81
name: graphql
-version: 0.3
+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.
category: Web
homepage: https://github.com/jdnavarro/graphql-haskell
bug-reports: https://github.com/jdnavarro/graphql-haskell/issues
-author: Danny Navarro,
- Matthías Páll Gissurarson,
- Sólrún Halla Einarsdóttir
-maintainer: j@dannynavarro.net
-copyright: Copyright (C) 2015-2019 J. Daniel Navarro
+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 Eugen Wissner,
+ (c) 2015-2017 J. Daniel Navarro
license: BSD3
license-file: LICENSE
build-type: Simple