diff --git a/scientific.cabal b/scientific.cabal
--- a/scientific.cabal
+++ b/scientific.cabal
@@ -1,5 +1,5 @@
 name:                scientific
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Arbitrary-precision floating-point numbers represented using scientific notation
 description:         A @Scientific@ number is an arbitrary-precision floating-point number
                      represented using scientific notation.
@@ -47,10 +47,10 @@
 
   build-depends: scientific
                , base             >= 4.3   && < 4.8
-               , tasty            >= 0.3.1 && < 0.8
-               , tasty-smallcheck >= 0.2   && < 0.3
+               , tasty            >= 0.3.1 && < 0.9
+               , tasty-smallcheck >= 0.2   && < 0.9
                , smallcheck       >= 1.0   && < 1.2
-               , text             >= 0.8   && < 1.2
+               , text             >= 0.8   && < 1.3
 
 benchmark bench-scientific
   type:             exitcode-stdio-1.0
@@ -60,4 +60,4 @@
   ghc-options:      -O2
   build-depends:    scientific
                   , base       >= 4.3 && < 4.8
-                  , criterion  >= 0.5 && < 0.10
+                  , criterion  >= 0.5 && < 0.12
