diff --git a/unix-compat.cabal b/unix-compat.cabal
--- a/unix-compat.cabal
+++ b/unix-compat.cabal
@@ -1,5 +1,5 @@
 name:           unix-compat
-version:        0.3.0.1
+version:        0.3.0.2
 synopsis:       Portable POSIX-compatibility layer.
 description:    This package provides portable implementations of parts
                 of the unix package. This package re-exports the unix
@@ -46,7 +46,7 @@
     else
       build-depends: directory == 1.1.*
   else
-    build-depends: unix >= 2.4 && < 2.6
+    build-depends: unix >= 2.4 && < 2.7
     include-dirs: include
     includes: HsUnixCompat.h
     install-includes: HsUnixCompat.h
