packages feed

microlens 0.3.4.0 → 0.3.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 view
@@ -1,3 +1,7 @@+# 0.3.4.1++* Changed the description of the package from “A tiny part of the lens library which you can depend upon” to “A tiny part of the lens library with no dependencies” because the previous one was ambiguous (I admit I kinda liked that ambiguity, tho).+ # 0.3.4.0  * Added `non`.
microlens.cabal view
@@ -1,6 +1,6 @@ name:                microlens-version:             0.3.4.0-synopsis:            A tiny part of the lens library which you can depend upon+version:             0.3.4.1+synopsis:            A tiny part of the lens library with no dependencies 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.   .