diff --git a/Win32-errors.cabal b/Win32-errors.cabal
--- a/Win32-errors.cabal
+++ b/Win32-errors.cabal
@@ -1,5 +1,5 @@
 name:                Win32-errors
-version:             0.2.2
+version:             0.2.2.1
 synopsis:            Alternative error handling for Win32 foreign calls
 description:
     This package provides an alternative to the Win32 library's error handling
@@ -21,7 +21,7 @@
 cabal-version: >=1.16
 homepage:      http://github.com/mikesteele81/win32-errors
 bug-reports:   http://github.com/mikesteele81/win32-errors/issues
-tested-with:   GHC == 7.8.3
+tested-with:   GHC == 7.8.3, GHC == 7.10.1
 extra-source-files:
     include/windows_cconv.h
     ChangeLog
@@ -31,8 +31,8 @@
     ghc-options: -Wall
     cc-options:  -fno-strict-aliasing
     build-depends:
-          base             >= 4.6  && < 4.8
-        , template-haskell >= 2.8  && < 2.10
+          base             >= 4.6  && < 4.9
+        , template-haskell >= 2.8  && < 2.11
         , text             >= 0.11 && < 1.3
         , Win32            >= 2.2  && < 2.4
     exposed-modules:
