[Git][haskell-team/DHG_packages][master] zlib: Upgrading from 0.6.3.0 to 0.7.1.1

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Jan 4 04:27:55 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
69eaabb9 by Clint Adams at 2026-01-03T23:24:36-05:00
zlib: Upgrading from 0.6.3.0 to 0.7.1.1

- - - - -


4 changed files:

- p/haskell-zlib/debian/changelog
- p/haskell-zlib/debian/control
- − p/haskell-zlib/debian/patches/newer-deps
- − p/haskell-zlib/debian/patches/series


Changes:

=====================================
p/haskell-zlib/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-haskell-zlib (0.6.3.0-4) UNRELEASED; urgency=medium
+haskell-zlib (0.7.1.1-1) unstable; urgency=medium
 
   [ Gianfranco Costamagna ]
   * Drop mcmodel hack on loong64, now that ghc automatically
@@ -7,7 +7,10 @@ haskell-zlib (0.6.3.0-4) UNRELEASED; urgency=medium
   [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 25 Mar 2025 10:46:53 +0100
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 03 Jan 2026 23:20:18 -0500
 
 haskell-zlib (0.6.3.0-3) unstable; urgency=medium
 


=====================================
p/haskell-zlib/debian/control
=====================================
@@ -11,9 +11,10 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  zlib1g-dev,
+ pkgconf
 Build-Depends-Indep: ghc-doc
-Standards-Version: 4.7.0
-Homepage: http://hackage.haskell.org/package/zlib
+Standards-Version: 4.7.3
+Homepage: https://hackage.haskell.org/package/zlib
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-zlib
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-zlib]
 
@@ -23,7 +24,7 @@ Depends: zlib1g-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
+Description: compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the zlib C library so
  it has high performance. It supports the "zlib", "gzip" and "raw"
@@ -41,7 +42,7 @@ Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
+Description: compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the zlib C library so
  it has high performance. It supports the "zlib", "gzip" and "raw"
@@ -62,7 +63,7 @@ Suggests: ${haskell:Suggests}
 Conflicts: haskell-zlib-doc (<< 0.5.2.0-3)
 Provides: haskell-zlib-doc
 Replaces: haskell-zlib-doc (<< 0.5.2.0-3)
-Description: Compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
+Description: compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the zlib C library so
  it has high performance. It supports the "zlib", "gzip" and "raw"


=====================================
p/haskell-zlib/debian/patches/newer-deps deleted
=====================================
@@ -1,44 +0,0 @@
-Index: b/zlib.cabal
-===================================================================
---- a/zlib.cabal
-+++ b/zlib.cabal
-@@ -1,6 +1,7 @@
- cabal-version:   >= 1.10
- name:            zlib
- version:         0.6.3.0
-+x-revision:      5
- 
- copyright:       (c) 2006-2016 Duncan Coutts
- license:         BSD3
-@@ -35,7 +36,10 @@ tested-with:     GHC == 7.0.4
-                , GHC == 8.8.4
-                , GHC == 8.10.7
-                , GHC == 9.0.2
--               , GHC == 9.2.2
-+               , GHC == 9.2.8
-+               , GHC == 9.4.7
-+               , GHC == 9.6.3
-+               , GHC == 9.8.1
- 
- extra-source-files: changelog
-                     README.md
-@@ -94,8 +98,8 @@ library
-   if impl(ghc >= 7.6)
-     other-extensions: CApiFFI
- 
--  build-depends:   base >= 4 && < 4.18,
--                   bytestring >= 0.9 && < 0.12
-+  build-depends:   base >= 4 && < 4.21,
-+                   bytestring >= 0.9 && < 0.13
-   if impl(ghc >= 7.0 && < 8.0.3)
-     build-depends: ghc-prim
- 
-@@ -131,6 +135,6 @@ test-suite tests
-   default-language: Haskell2010
-   build-depends:   base, bytestring, zlib,
-                    QuickCheck       == 2.*,
--                   tasty            >= 0.8 && < 1.5,
--                   tasty-quickcheck >= 0.8 && < 0.11
-+                   tasty            >= 0.8 && < 1.6,
-+                   tasty-quickcheck >= 0.8 && < 0.12
-   ghc-options:     -Wall


=====================================
p/haskell-zlib/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/69eaabb9083a39cb654a50d626feb05db9d6f090

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/69eaabb9083a39cb654a50d626feb05db9d6f090
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260104/dbff453a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list