diff --git a/src/Test/WebDriver/Commands/Angular.hs b/src/Test/WebDriver/Commands/Angular.hs
--- a/src/Test/WebDriver/Commands/Angular.hs
+++ b/src/Test/WebDriver/Commands/Angular.hs
@@ -31,7 +31,7 @@
 import Control.Exception (throwIO, Exception)
 import Data.Maybe (catMaybes)
 import Data.Typeable (Typeable)
-import Test.WebDriver.Classes
+import Test.WebDriver.Class
 import Test.WebDriver.Commands
 import Test.WebDriver.JSON (fromJSON')
 import Test.WebDriver.Commands.Internal (clientScripts)
diff --git a/webdriver-angular.cabal b/webdriver-angular.cabal
--- a/webdriver-angular.cabal
+++ b/webdriver-angular.cabal
@@ -1,5 +1,5 @@
 name:              webdriver-angular
-version:           0.1.4
+version:           0.1.5
 cabal-version:     >= 1.8
 build-type:        Simple
 synopsis:          Webdriver actions to assist with testing a webpage which uses Angular.Js
@@ -40,8 +40,7 @@
 
     build-depends: base                 >= 4          && < 5
 
-                  -- 0.5.3.1 contains a needed bugfix
-                 , webdriver            >= 0.5.3.1  && < 0.6
+                 , webdriver            >= 0.6  && < 0.7
                  , aeson                >= 0.6
                  , language-javascript  >= 0.5  && < 0.6
                  , template-haskell     >= 0.6
@@ -57,7 +56,7 @@
 
     build-depends: base >= 4 && < 5
                  , hspec >= 1.8
-                 , hspec-webdriver >= 0.2 && < 0.3
+                 , hspec-webdriver >= 0.2 && < 0.4
                  , transformers
                  , wai-app-static >= 2.0
                  , warp >= 2.0
