microlens 0.4.4.0 → 0.4.4.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- microlens.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.4.1++* Pointed to microlens-platform in the synopsis.+ # 0.4.4.0 * Added `mapAccumLOf`.
microlens.cabal view
@@ -1,6 +1,6 @@ name: microlens-version: 0.4.4.0-synopsis: A tiny part of the lens library with no dependencies+version: 0.4.4.1+synopsis: A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this. description: This is an extract from <http://hackage.haskell.org/package/lens lens> (with no dependencies). It's not a toy lenses library, unsuitable for “real world”, but merely a small one. It is compatible with lens, and should have same performance. It also has better documentation. .