diff --git a/HTF.cabal b/HTF.cabal
--- a/HTF.cabal
+++ b/HTF.cabal
@@ -1,5 +1,5 @@
 Name:             HTF
-Version:          0.8.2.0
+Version:          0.8.2.1
 License:          LGPL
 License-File:     LICENSE
 Copyright:        (c) 2005-2011 Stefan Wehr
@@ -24,7 +24,7 @@
     The documentation of the "Test.Framework.Tutorial" module
     provides a tutorial for the HTF.
 
-Tested-With:      GHC==6.10.4, GHC==6.12, GHC==7.0
+Tested-With:      GHC==6.10.4, GHC==6.12, GHC==7.0, GHC==7.4.1
 Build-Type:       Simple
 Cabal-Version:    >= 1.6
 Extra-Source-Files:
@@ -47,10 +47,10 @@
 
 Library
   Build-Depends:    HUnit == 1.2.*,
-                    QuickCheck >= 2.3 && < 2.4,
+                    QuickCheck >= 2.5 && < 2.6,
                     base == 4.*,
                     random == 1.0.*,
-                    containers >= 0.3 && < 0.5,
+                    containers >= 0.3 && < 0.6,
                     process >= 1.0 && < 1.2,
                     directory >= 1.0 && < 1.2,
                     mtl >= 1.1 && < 2.1,
