diff --git a/hashtables.cabal b/hashtables.cabal
--- a/hashtables.cabal
+++ b/hashtables.cabal
@@ -1,5 +1,5 @@
 Name:                hashtables
-Version:             1.0.1.1
+Version:             1.0.1.2
 Synopsis:            Mutable hash tables in the ST monad
 Homepage:            http://github.com/gregorycollins/hashtables
 License:             BSD3
diff --git a/test/hashtables-test.cabal b/test/hashtables-test.cabal
--- a/test/hashtables-test.cabal
+++ b/test/hashtables-test.cabal
@@ -48,9 +48,7 @@
 
   if flag(portable)
     cpp-options: -DNO_C_SEARCH -DPORTABLE
-  else
-    build-depends: unix >= 2.3 && <3
-    
+
   if !flag(portable) && flag(unsafe-tricks) && impl(ghc)
     cpp-options: -DUNSAFETRICKS
     build-depends: ghc-prim
@@ -97,8 +95,6 @@
 
   if flag(portable)
     cpp-options: -DNO_C_SEARCH -DPORTABLE
-  else
-    build-depends: unix >= 2.3 && <3
 
   if !flag(portable) && flag(unsafe-tricks) && impl(ghc)
     cpp-options: -DUNSAFETRICKS
