diff --git a/IHP/Zip/ControllerFunctions.hs b/IHP/Zip/ControllerFunctions.hs
--- a/IHP/Zip/ControllerFunctions.hs
+++ b/IHP/Zip/ControllerFunctions.hs
@@ -4,7 +4,6 @@
 ) where
 
 import IHP.Prelude
-import IHP.Controller.Context
 import IHP.ControllerSupport
 import Network.Wai
 import Network.HTTP.Types
diff --git a/ihp-zip.cabal b/ihp-zip.cabal
--- a/ihp-zip.cabal
+++ b/ihp-zip.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                ihp-zip
-version:             0.1.0
+version:             0.1.1
 synopsis:            Support for making ZIP archives with IHP
 description:         Provides the @renderZip@ / @renderZipUnnamed@ controller
                      helpers for streaming a @Codec.Archive.Zip.Archive@
