ihp-zip 0.1.1 → 0.1.2
raw patch · 2 files changed
+2/−4 lines, 2 files
Files
- IHP/Zip/ControllerFunctions.hs +0/−2
- ihp-zip.cabal +2/−2
IHP/Zip/ControllerFunctions.hs view
@@ -60,5 +60,3 @@ headers :: ResponseHeaders headers = [ contentType, contentDisposition ]--hContentDisposition = "Content-Disposition"
ihp-zip.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: ihp-zip-version: 0.1.1+version: 0.1.2 synopsis: Support for making ZIP archives with IHP description: Provides the @renderZip@ / @renderZipUnnamed@ controller helpers for streaming a @Codec.Archive.Zip.Archive@@@ -23,7 +23,7 @@ library default-language: GHC2021 build-depends:- base >= 4.17 && < 4.22+ base >= 4.17 && < 4.23 , ihp >= 1.5 && < 2 , zip-archive >= 0.4 && < 0.5 , wai >= 3.2 && < 3.3