[Git][haskell-team/DHG_packages][master] HTTP: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Jan 11 01:58:01 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
45bd0aa8 by Clint Adams at 2026-01-10T20:57:45-05:00
HTTP: patch for newer deps
- - - - -
3 changed files:
- p/haskell-http/debian/changelog
- p/haskell-http/debian/control
- p/haskell-http/debian/patches/newer-deps
Changes:
=====================================
p/haskell-http/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-http (1:4000.4.1-3) UNRELEASED; urgency=medium
+haskell-http (1:4000.4.1-3) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:37 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Sat, 10 Jan 2026 20:55:31 -0500
haskell-http (1:4000.4.1-2) unstable; urgency=medium
=====================================
p/haskell-http/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-network-dev (>= 2.6),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
libghc-network-prof,
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-dev (>= 2.6),
@@ -22,7 +22,7 @@ Build-Depends-Indep:
ghc-doc,
libghc-network-doc,
libghc-network-uri-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/haskell/HTTP
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http]
=====================================
p/haskell-http/debian/patches/newer-deps
=====================================
@@ -1,21 +1,74 @@
-Index: b/HTTP.cabal
-===================================================================
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,6 +1,7 @@
Cabal-Version: >= 1.10
Name: HTTP
Version: 4000.4.1
-+x-revision: 2
++x-revision: 6
Build-type: Simple
License: BSD3
License-file: LICENSE
-@@ -109,7 +110,7 @@ Library
+@@ -57,9 +58,20 @@ Description:
+ Extra-Source-Files: CHANGES
+
+ tested-with:
+- GHC==9.2.1, GHC==9.0.1,
+- GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
+- GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
++ GHC == 9.12.1
++ GHC == 9.10.1
++ GHC == 9.8.4
++ GHC == 9.6.6
++ GHC == 9.4.8
++ GHC == 9.2.8
++ GHC == 9.0.2
++ GHC == 8.10.7
++ GHC == 8.8.4
++ GHC == 8.6.5
++ GHC == 8.4.4
++ GHC == 8.2.2
++ -- CI failing for GHC 8.0 because of https://github.com/haskell/cabal/issues/10379
++ -- GHC == 8.0.2
+
+ Source-Repository head
+ type: git
+@@ -109,17 +121,17 @@ Library
-- note the test harness constraints should be kept in sync with these
-- where dependencies are shared
build-depends:
- base >= 4.6.0.0 && < 4.17
-+ base >= 4.6.0.0 && < 4.19
++ base >= 4.6.0.0 && < 4.22
, array >= 0.3.0.2 && < 0.6
- , bytestring >= 0.9.1.5 && < 0.12
+- , bytestring >= 0.9.1.5 && < 0.12
++ , bytestring >= 0.9.1.5 && < 0.13
, parsec >= 2.0 && < 3.2
+- , time >= 1.1.2.3 && < 1.13
++ , time >= 1.1.2.3 && < 1.15
+ , transformers >= 0.2.0.0 && < 0.7
+ -- transformers-0.2.0.0 is the first to have Control.Monad.IO.Class
+ -- The following dependencies are refined by flags, but they should
+ -- still be mentioned here on the top-level.
+ , mtl >= 2.0.0.0 && < 2.4
+- , network >= 2.4 && < 3.2
++ , network >= 2.4 && < 3.3
+
+ default-language: Haskell98
+ default-extensions: FlexibleInstances
+@@ -133,7 +145,7 @@ Library
+ ghc-options: -Werror
+
+ if os(windows)
+- Build-depends: Win32 >= 2.2.0.0 && < 2.14
++ Build-depends: Win32 >= 2.2.0.0 && < 2.15
+
+ Test-Suite test
+ type: exitcode-stdio-1.0
+@@ -156,7 +168,7 @@ Test-Suite test
+ , mtl
+ , network
+ -- extra dependencies
+- , deepseq >= 1.3.0.0 && < 1.5
++ , deepseq >= 1.3.0.0 && < 1.6
+ , httpd-shed >= 0.4 && < 0.5
+ , HUnit >= 1.2.0.1 && < 1.7
+ , pureMD5 >= 0.2.4 && < 2.2
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/45bd0aa836eed09cb770c3bf6ed72fac619b59e9
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/45bd0aa836eed09cb770c3bf6ed72fac619b59e9
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/20260111/859c5ed7/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list