diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+zip-archive 0.3.2.5
+
+  * Move 'build-tools: unzip' from library stanza to test stanza.
+    unzip should only be required for testing, not for regular
+    builds of the library.
+
 zip-archive 0.3.2.4
 
   * Make build-tools stanza conditional on non-windows. Closes #44.
diff --git a/zip-archive.cabal b/zip-archive.cabal
--- a/zip-archive.cabal
+++ b/zip-archive.cabal
@@ -1,5 +1,5 @@
 Name:                zip-archive
-Version:             0.3.2.4
+Version:             0.3.2.5
 Cabal-Version:       >= 1.10
 Build-type:          Custom
 Synopsis:            Library for creating and modifying zip archives.
@@ -47,7 +47,6 @@
     cpp-options:     -D_WINDOWS
   else
     Build-depends:   unix
-    Build-tools:     unzip
 
 custom-setup
   setup-depends: base, Cabal
@@ -77,4 +76,5 @@
   if os(windows)
     cpp-options:     -D_WINDOWS
   else
+    Build-tools:     unzip
     Build-depends:   unix
