Cabal revisions of microlens-0.4.10
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: microlens version: 0.4.10+x-revision: 1 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!). -- Since base-4.8 we get the Identity functor in base, so we can avoid a -- transformers dependency. if impl(ghc>=7.9)- build-depends: base >=4.8 && <5+ build-depends: base >=4.8 && <4.13 if !impl(ghc>=7.9)- build-depends: base >=4.5 && <5+ build-depends: base >=4.5 && <4.13 , transformers >=0.2 ghc-options: