distributors 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+2/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−2
- distributors.cabal +1/−1
README.md view
@@ -31,5 +31,4 @@ ## contributing -Contributors are welcome. The [Issues](https://github.com/morphismtech/squeal/issues) page is a good place to communicate.-+Contributors are welcome. The [Issues](https://github.com/distributors/squeal/issues) page is a good place to communicate.
distributors.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: distributors-version: 0.1.0.2+version: 0.1.0.3 synopsis: Unifying Parsers, Printers & Grammars description: Distributors provides mathematically inspired abstractions for coders to write parsers that can also be inverted to printers. category: Profunctors, Optics, Parsing