Skip to content

Commit

Permalink
Added all Parsley contributors as Authors, and linked to hackage prop…
Browse files Browse the repository at this point in the history
…erly
  • Loading branch information
j-mie6 committed May 22, 2021
1 parent f4473fc commit 3178672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parsley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <j.willis19@imperial.ac.uk>
category: Parsing
build-type: Simple
Expand Down

0 comments on commit 3178672

Please sign in to comment.