Cabal revisions of microlens-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: microlens version: 0.1.0.0+x-revision: 1 synopsis: A tiny part of the ‘lens’ library which you can depend upon. description: This is an extract from the @lens@ library (with only 1 dependency). -- 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.11 if !impl(ghc>=7.9)- build-depends: base >=4.4 && <5+ build-depends: base >=4.4 && <4.11 , transformers >=0.2 hs-source-dirs: src