profunctors 5.0.0.1 → 5.0.1
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +5/−0
- profunctors.cabal +1/−1
CHANGELOG.markdown view
@@ -1,3 +1,8 @@+5.0.1+-----+* MINIMAL pragma for `Costrong` and `Cochoice`.+* More `Costrong` and `Cochoice` instances.+ 5.0.0.1 ------- * Documentation fix
profunctors.cabal view
@@ -1,6 +1,6 @@ name: profunctors category: Control, Categories-version: 5.0.0.1+version: 5.0.1 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE