diff --git a/Test/QuickCheck/Monadic/WebDriver.hs b/Test/QuickCheck/Monadic/WebDriver.hs
--- a/Test/QuickCheck/Monadic/WebDriver.hs
+++ b/Test/QuickCheck/Monadic/WebDriver.hs
@@ -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
diff --git a/quickcheck-webdriver.cabal b/quickcheck-webdriver.cabal
--- a/quickcheck-webdriver.cabal
+++ b/quickcheck-webdriver.cabal
@@ -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
