distributors 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- distributors.cabal +3/−2
distributors.cabal view
@@ -5,8 +5,8 @@ -- see: https://github.com/sol/hpack name: distributors-version: 0.1.0.1-synopsis: Distributors - Unifying Parsers, Printers & Grammars+version: 0.1.0.2+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 homepage: https://github.com/morphismtech/distributors#readme@@ -19,6 +19,7 @@ build-type: Simple extra-source-files: README.md+extra-doc-files: CHANGELOG.md source-repository head