Index: b/natural-transformation.cabal
===================================================================
--- a/natural-transformation.cabal
+++ b/natural-transformation.cabal
@@ -1,5 +1,6 @@
 name:                natural-transformation
 version:             0.4.1
+x-revision: 3
 synopsis:            A natural transformation package.
 description:         A natural transformation transforms a container @f a@ into another
                      container @g a@. Natural transformations act as functor morphisms
@@ -50,11 +51,11 @@ test-suite natural-transformation-proper
   type:                exitcode-stdio-1.0
   main-is:             Properties.hs
   build-depends:       base                   >= 4.9 && < 5
-                     , containers             >= 0.1 && < 0.8
+                     , containers             >= 0.1 && < 0.9
                      , natural-transformation
-                     , quickcheck-instances   >= 0.1 && < 0.4
+                     , quickcheck-instances   >= 0.1 && < 0.5
                      , tasty                  >= 0.8 && < 1.6
-                     , tasty-quickcheck       >= 0.8 && < 0.11
+                     , tasty-quickcheck       >= 0.8 && < 0.12
   hs-source-dirs:      tests
   default-language:    Haskell2010
   ghc-options:         -Wall
