packages feed

hspec-webdriver 1.0.2 → 1.0.3

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~HUnitdep ~hspecdep ~hspec-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit, hspec, hspec-core

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+## 1.0.3++* Allow newer versions of hspec and HUnit+ ## 1.0.2  * Fix so that the package builds against webdriver 0.6.1
hspec-webdriver.cabal view
@@ -1,5 +1,5 @@ name:              hspec-webdriver-version:           1.0.2+version:           1.0.3 cabal-version:     >= 1.8 build-type:        Simple synopsis:          Write end2end web application tests using webdriver and hspec@@ -29,11 +29,11 @@      build-depends: base                 >= 4          && < 5 -                 , HUnit                >= 1.2 && < 1.3+                 , HUnit                >= 1.2 && < 1.4                  , data-default         >= 0.5                  , hashable             >= 1.2-                 , hspec-core           >= 2.0 && < 2.2-                 , hspec                >= 2.0 && < 2.2+                 , hspec-core           >= 2.0 && < 2.3+                 , hspec                >= 2.0 && < 2.3                  , lifted-base          >= 0.2                  , stm                  >= 2.4                  , text                 >= 0.11