diff --git a/nix-derivation.cabal b/nix-derivation.cabal
--- a/nix-derivation.cabal
+++ b/nix-derivation.cabal
@@ -1,5 +1,5 @@
 Name: nix-derivation
-Version: 1.0.1
+Version: 1.0.2
 Cabal-Version: >=1.10
 Build-Type: Simple
 Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2
@@ -30,7 +30,7 @@
     Build-Depends:
         base            >= 4.6.0.0  && < 5   ,
         attoparsec      >= 0.12.0.0 && < 0.14,
-        containers                     < 0.6 ,
+        containers                     < 0.7 ,
         deepseq         >= 1.4.0.0  && < 1.5 ,
         system-filepath >= 0.3.1    && < 0.5 ,
         text            >= 0.8.0.0  && < 1.3 ,
@@ -49,7 +49,7 @@
     Build-Depends:
         base           >= 4.6.0.0  && < 5   ,
         attoparsec     >= 0.12.0.0 && < 0.14,
-        pretty-show    >= 1.6.11   && < 1.7 ,
+        pretty-show    >= 1.6.11   && < 1.10,
         text           >= 0.8.0.0  && < 1.3 ,
         nix-derivation
     GHC-Options: -Wall
@@ -77,7 +77,7 @@
         base            >= 4.6.0.0  && < 5   ,
         attoparsec      >= 0.12.0.0 && < 0.14,
         nix-derivation                       ,
-        QuickCheck                     < 2.10,
+        QuickCheck                     < 2.13,
         system-filepath >= 0.3.1    && < 0.5 ,
         text            >= 0.8.0.0  && < 1.3 ,
         vector                         < 0.13
@@ -92,6 +92,6 @@
     Build-Depends:
         base            >= 4.6.0.0  && < 5   ,
         attoparsec      >= 0.12.0.0 && < 0.14,
-        criterion       >= 1.1.4.0  && < 1.3 ,
+        criterion       >= 1.1.4.0  && < 1.6 ,
         nix-derivation                       ,
         text            >= 0.8.0.0  && < 1.3
