packages feed

hspec-expectations-lens 0.2.1.0 → 0.2.1.1

raw patch · 2 files changed

+9/−4 lines, 2 filesdep ~lens

Dependency ranges changed: lens

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+0.2.1.1+=======++  * _Maintenance_: Upper bound on `lens`+ 0.2.1.0 ======= 
hspec-expectations-lens.cabal view
@@ -1,5 +1,5 @@ name:                hspec-expectations-lens-version:             0.2.1.0+version:             0.2.1.1 synopsis:            Hspec expectations for the lens stuff description:   Package adds hspec expectations (@\`shouldX\`@ things)@@ -22,7 +22,7 @@  source-repository this   type:     git-  tag:      0.2.1.0+  tag:      0.2.1.1   location: https://github.com/supki/hspec-expectations-lens  library@@ -32,7 +32,7 @@       base                    == 4.*     , hspec-expectations      >= 0.5     , hspec                   >= 1.8-    , lens                    >= 3.9+    , lens                    >= 3.9 && < 4.0     , HUnit   exposed-modules:     Test.Hspec.Expectations.Lens@@ -47,5 +47,5 @@       base                    == 4.*     , hspec     , hspec-expectations-lens-    , lens                    >= 3.9+    , lens                    >= 3.9 && < 4.0     , silently