packages feed

quickcheck-webdriver 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Test/QuickCheck/Monadic/WebDriver.hs view
@@ -40,7 +40,7 @@              | SessionParams Capabilities (WD ())  -- |Patterned after `monadicIO` (and `ioProperty`).-monadicWD context wd = monadic wdProperty wd+monadicWD context = monadic wdProperty   where      wdProperty = ioProperty . runSesh     runSesh action = case context of
quickcheck-webdriver.cabal view
@@ -2,7 +2,7 @@ --  documentation, see http://haskell.org/cabal/users-guide/  name:                quickcheck-webdriver-version:             0.1.0.3+version:             0.1.0.4 synopsis:            Utilities for using WebDriver with QuickCheck -- description:          license:             MIT