packages feed

Cabal revisions of microlens-0.4.13.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:                microlens version:             0.4.13.1+x-revision: 1 synopsis:            A tiny lens library with no dependencies 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!).   .   This library 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.   .-  There's a longer readme <https://github.com/monadfix/microlens#readme on Github>. It has a migration guide for lens users, a description of other packages in the family, a discussion of other lens libraries you could use instead, and so on.+  There's a longer readme <https://github.com/stevenfontanella/microlens#readme on Github>. It has a migration guide for lens users, a description of other packages in the family, a discussion of other lens libraries you could use instead, and so on.   .   Here are some usecases for this library:   . license-file:        LICENSE author:              Edward Kmett, Artyom Kazak maintainer:          Steven Fontanella <steven.fontanella@gmail.com>-homepage:            http://github.com/monadfix/microlens-bug-reports:         http://github.com/monadfix/microlens/issues+homepage:            http://github.com/stevenfontanella/microlens+bug-reports:         http://github.com/stevenfontanella/microlens/issues -- copyright: category:            Data, Lenses build-type:          Simple extra-source-files:   CHANGELOG.md cabal-version:       >=1.10-tested-with:         GHC==7.6.3-                     GHC==7.8.4-                     GHC==7.10.3-                     GHC==8.0.2-                     GHC==8.2.2-                     GHC==8.4.4-                     GHC==8.6.5-                     GHC==8.8.4-                     GHC==8.10.7+tested-with:+                     GHC==9.8.1+                     GHC==9.6.3+                     GHC==9.4.7+                     GHC==9.2.8                      GHC==9.0.2-                     GHC==9.2.5-                     GHC==9.4.3+                     GHC==8.10.7+                     GHC==8.8.4+                     GHC==8.6.5+                     GHC==8.4.4+                     GHC==8.2.2+                     GHC==8.0.2+                     GHC==7.10.3  source-repository head   type:                git-  location:            git://github.com/monadfix/microlens.git+  location:            https://github.com/stevenfontanella/microlens.git  library   exposed-modules:     Lens.Micro