packages feed

quickcheck-webdriver 0.1.0.0 → 0.1.0.1

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
@@ -35,7 +35,7 @@ -- > import Test.QuickCheck.Monadic (run, pick, assert) -- > import Test.WebDriver -- > prop_Example = monadicWD allCaps $ do--- >     pick $ oneof ("http://www.yesodweb.com", "http://snapframework.com/")+-- >     url <- pick $ oneof ("http://www.yesodweb.com", "http://snapframework.com/") -- >     run $ openPage url -- >     assert True -- >     runIO $ putStrLn $ "We've just evaluated a `Gen a` using `pick` and \
quickcheck-webdriver.cabal view
@@ -2,7 +2,7 @@ --  documentation, see http://haskell.org/cabal/users-guide/  name:                quickcheck-webdriver-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Utilities for using WebDriver with QuickCheck -- description:          license:             MIT