diff --git a/hunit-dejafu.cabal b/hunit-dejafu.cabal
--- a/hunit-dejafu.cabal
+++ b/hunit-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hunit-dejafu
-version:             0.3.0.2
+version:             0.3.0.3
 synopsis:            Deja Fu support for the HUnit test framework.
 
 description:
@@ -33,7 +33,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      hunit-dejafu-0.3.0.1
+  tag:      hunit-dejafu-0.3.0.3
 
 library
   exposed-modules:     Test.HUnit.DejaFu
@@ -42,6 +42,6 @@
   build-depends:       base       >=4.8 && <5
                      , exceptions >=0.7 && <0.9
                      , dejafu     >=0.2 && <0.5
-                     , HUnit      >=1.2 && <1.4
+                     , HUnit      >=1.2 && <1.6
   -- hs-source-dirs:      
   default-language:    Haskell2010
