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