hspec 1.10.0 → 1.10.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspec-expectationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-expectations
API changes (from Hackage documentation)
Files
- hspec.cabal +2/−2
hspec.cabal view
@@ -1,5 +1,5 @@ name: hspec-version: 1.10.0+version: 1.10.0.1 license: MIT license-file: LICENSE copyright: (c) 2011-2014 Simon Hengel,@@ -52,7 +52,7 @@ , HUnit >= 1.2.5 , QuickCheck >= 2.5.1 , quickcheck-io- , hspec-expectations == 0.5.0.*+ , hspec-expectations >= 0.5.0 && < 0.6.1 , async >= 2 exposed-modules: Test.Hspec