diff --git a/webdriver-wrapper.cabal b/webdriver-wrapper.cabal
--- a/webdriver-wrapper.cabal
+++ b/webdriver-wrapper.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           webdriver-wrapper
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Wrapper around the webdriver package that automatically manages Selenium
 description:    Please see the README on GitHub at <https://github.com/gtollini/webdriver-wrapper#readme>
 category:       browser, selenium, testing, web, webdriver, geckodriver
@@ -43,18 +43,18 @@
       aeson >=2.1.2.1 && <2.3
     , async >=2.2.5 && <2.3
     , base >=4.7 && <5
-    , bytestring >=0.11.5 && <0.12
+    , bytestring >=0.11.5 && <0.13
     , directory >=1.3.8 && <1.4
     , extra >=1.7.16 && <1.8
-    , filepath >=1.4.300 && <1.5
+    , filepath >=1.4 && <1.6
     , http-conduit >=2.3.8 && <2.4
     , http-types >=0.12.4 && <0.13
-    , process >=1.6.19 && <1.7
+    , process >=1.6.18 && <1.7
     , process-extras >=0.7.4 && <0.8
     , retry >=0.9.3 && <0.10
     , string-interpolate >=0.3.3 && <0.4
     , tar >=0.5.1.1 && <0.7
-    , text >=2.0.2 && <2.1
+    , text >=2.0.2 && <2.2
     , unix >=2.8.4 && <2.9
     , unordered-containers >=0.2.20 && <0.3
     , webdriver >=0.12.0 && <0.13
