diff --git a/human-readable-duration.cabal b/human-readable-duration.cabal
--- a/human-readable-duration.cabal
+++ b/human-readable-duration.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: human-readable-duration
-version: 0.2.1.2
+version: 0.2.1.3
 license: BSD3
 license-file: LICENSE
 maintainer: yann.esposito@gmail.com
@@ -48,9 +48,9 @@
     ghc-options: -Wall
     build-depends:
         base >=4.7 && <5,
-        Glob >=0.7 && <0.10,
+        Glob >=0.7,
         human-readable-duration -any,
-        doctest >=0.9.12 && <0.17
+        doctest >=0.9.12
 
 benchmark hrd-bench
     type: exitcode-stdio-1.0
@@ -60,5 +60,5 @@
     ghc-options: -Wall -threaded
     build-depends:
         base >=4.7 && <5,
-        criterion >=1.1.0.0 && <1.6,
+        criterion >=1.1.0.0,
         human-readable-duration -any
