packages feed

lensref 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+15/−7 lines, 2 filesdep ~containersdep ~lensdep ~monad-controlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, lens, monad-control, mtl, operational, transformers

API changes (from Hackage documentation)

Files

changelog view
@@ -1,4 +1,12 @@ += lensref-0.1.0.3 =++Relax depencencies++= lensref-0.1.0.2 =++Haddock fix+ = lensref-0.1 =  Initial separated version.
lensref.cabal view
@@ -1,5 +1,5 @@ name:               lensref-version:            0.1.0.2+version:            0.1.0.3 category:           Control, Data synopsis:           References which can be joined and on which lenses can be applied description:@@ -62,12 +62,12 @@                     src   build-depends:                     base < 5-                  , transformers >= 0.3 && < 0.5-                  , mtl >= 2 && < 2.3-                  , monad-control == 0.3.*-                  , operational == 0.2.*-                  , lens == 4.1.*-                  , containers == 0.5.*+                  , transformers < 0.5+                  , mtl < 2.3+                  , monad-control < 0.4+                  , operational < 0.3+                  , lens < 4.2+                  , containers < 0.6    exposed-modules:                     Data.LensRef