packages feed

hspec-webdriver 1.0.0 → 1.0.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~hspecdep ~hspec-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec, hspec-core

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+## 1.0.1++* Increase upper bound on hspec to allow hspec 2.1+ ## 1.0.0  * Update to hspec2.  All the same features are present but some of the types changed
hspec-webdriver.cabal view
@@ -1,5 +1,5 @@ name:              hspec-webdriver-version:           1.0.0+version:           1.0.1 cabal-version:     >= 1.8 build-type:        Simple synopsis:          Write end2end web application tests using webdriver and hspec@@ -32,8 +32,8 @@                  , HUnit                >= 1.2 && < 1.3                  , data-default         >= 0.5                  , hashable             >= 1.2-                 , hspec-core           >= 2.0 && < 2.1-                 , hspec                >= 2.0 && < 2.1+                 , hspec-core           >= 2.0 && < 2.2+                 , hspec                >= 2.0 && < 2.2                  , lifted-base          >= 0.2                  , stm                  >= 2.4                  , text                 >= 0.11