From 31786729a41ac4d3a8a5bafb7790fb2068105ae4 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Sat, 22 May 2021 22:05:31 +0100 Subject: [PATCH] Added all Parsley contributors as Authors, and linked to hackage properly --- README.md | 2 +- parsley.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9dc3a3c..454d755d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Parsley is a very fast parser combinator library that outperforms the other libr parsec family, as well as Happy. To make this possible, it makes use of Typed Template Haskell to generate the code for the parsers. -## How do I use it? ![Hackage Version](https://img.shields.io/hackage/v/parsley) +## How do I use it? [![Hackage Version](https://img.shields.io/hackage/v/parsley)](https://hackage.haskell.org/package/parsley) Parsley is distributed on Hackage, and can be added by depending on the package `parsley`. The version policy adheres to the regular Haskell PVP, but the two major versions are distinguished diff --git a/parsley.cabal b/parsley.cabal index 18cabd16..271e528c 100644 --- a/parsley.cabal +++ b/parsley.cabal @@ -29,7 +29,7 @@ homepage: https://github.com/j-mie6/ParsleyHaskell bug-reports: https://github.com/j-mie6/ParsleyHaskell/issues license: BSD-3-Clause license-file: LICENSE -author: Jamie Willis +author: Jamie Willis, Parsley Contributors maintainer: Jamie Willis category: Parsing build-type: Simple