diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+## 1.0.3
+
+* Allow newer versions of hspec and HUnit
+
 ## 1.0.2
 
 * Fix so that the package builds against webdriver 0.6.1
diff --git a/hspec-webdriver.cabal b/hspec-webdriver.cabal
--- a/hspec-webdriver.cabal
+++ b/hspec-webdriver.cabal
@@ -1,5 +1,5 @@
 name:              hspec-webdriver
-version:           1.0.2
+version:           1.0.3
 cabal-version:     >= 1.8
 build-type:        Simple
 synopsis:          Write end2end web application tests using webdriver and hspec
@@ -29,11 +29,11 @@
 
     build-depends: base                 >= 4          && < 5
 
-                 , HUnit                >= 1.2 && < 1.3
+                 , HUnit                >= 1.2 && < 1.4
                  , data-default         >= 0.5
                  , hashable             >= 1.2
-                 , hspec-core           >= 2.0 && < 2.2
-                 , hspec                >= 2.0 && < 2.2
+                 , hspec-core           >= 2.0 && < 2.3
+                 , hspec                >= 2.0 && < 2.3
                  , lifted-base          >= 0.2
                  , stm                  >= 2.4
                  , text                 >= 0.11
