hspec 1.4.2.1 → 1.4.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~HUnitdep ~hspec-expectationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, hspec-expectations
API changes (from Hackage documentation)
Files
- hspec.cabal +2/−2
hspec.cabal view
@@ -1,5 +1,5 @@ name: hspec-version: 1.4.2.1+version: 1.4.2.2 license: BSD3 license-file: LICENSE copyright: (c) 2011-2012 Trystan Spangler, (c) 2011-2012 Simon Hengel, (c) 2011 Greg Weber@@ -56,7 +56,7 @@ , transformers >= 0.2.2.0 && < 0.4.0 , HUnit >= 1.2.5 , QuickCheck >= 2.4.0.1 && < 2.6- , hspec-expectations+ , hspec-expectations == 0.3.0.* exposed-modules: Test.Hspec Test.Hspec.Core