microlens 0.4.8.2 → 0.4.8.3
raw patch · 4 files changed
+6/−2 lines, 4 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +5/−1
- microlens.cabal +1/−1
- src/Lens/Micro/Extras.hs binary
- src/Lens/Micro/Type.hs binary
CHANGELOG.md view
@@ -1,6 +1,10 @@-# 0.4.8.2+# 0.4.8.3 * Fixed compilation on GHC 8.4.++# 0.4.8.2++Skipped (the tarball got corrupted). # 0.4.8.1
microlens.cabal view
@@ -1,5 +1,5 @@ name: microlens-version: 0.4.8.2+version: 0.4.8.3 synopsis: A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this. description: NOTE: If you're writing an app, you probably want <http://hackage.haskell.org/package/microlens-platform microlens-platform> – it has the most features. <http://hackage.haskell.org/package/microlens microlens> is intended more for library writers who want a tiny lens library (after all, lenses are pretty useful for everything, not just for updating records!).
src/Lens/Micro/Extras.hs view
binary file changed (1439 → 1439 bytes)
src/Lens/Micro/Type.hs view
binary file changed (8100 → 8100 bytes)