[Git][haskell-team/DHG_packages][master] networi-uri: patch for newer deepseq
Clint Adams (@clint)
gitlab at salsa.debian.org
Sat Jan 10 19:55:20 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e700c5c3 by Clint Adams at 2026-01-10T14:54:43-05:00
networi-uri: patch for newer deepseq
- - - - -
4 changed files:
- p/haskell-network-uri/debian/changelog
- p/haskell-network-uri/debian/control
- + p/haskell-network-uri/debian/patches/newer-deps
- + p/haskell-network-uri/debian/patches/series
Changes:
=====================================
p/haskell-network-uri/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-network-uri (2.6.4.2-3) UNRELEASED; urgency=medium
+haskell-network-uri (2.6.4.2-3) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:30 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Sat, 10 Jan 2026 14:53:22 -0500
haskell-network-uri (2.6.4.2-2) unstable; urgency=medium
=====================================
p/haskell-network-uri/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends:
libghc-th-compat-prof,
Build-Depends-Indep: ghc-doc,
libghc-th-compat-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/haskell/network-uri
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-network-uri
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-network-uri]
=====================================
p/haskell-network-uri/debian/patches/newer-deps
=====================================
@@ -0,0 +1,35 @@
+--- a/network-uri.cabal
++++ b/network-uri.cabal
+@@ -1,5 +1,6 @@
+ name: network-uri
+ version: 2.6.4.2
++x-revision: 1
+ synopsis: URI manipulation
+ description:
+ This package provides facilities for parsing and unparsing URIs, and creating
+@@ -46,10 +47,13 @@ category: Network
+ build-type: Simple
+ cabal-version: >=1.10
+ tested-with:
+- GHC ==9.2.2
++ GHC ==9.8.1
++ || ==9.6.3
++ || ==9.4.7
++ || ==9.2.8
+ || ==9.0.2
+- || ==8.10.1
+- || ==8.8.2
++ || ==8.10.7
++ || ==8.8.4
+ || ==8.6.5
+ || ==8.4.4
+ || ==8.2.2
+@@ -68,7 +72,7 @@ library
+ Network.URI.Static
+ build-depends:
+ base >= 3 && < 5,
+- deepseq >= 1.1 && < 1.5,
++ deepseq >= 1.1 && < 1.6,
+ parsec >= 3.1.12.0 && < 3.2,
+ th-compat >= 0.1.1 && < 1.0
+ build-depends: template-haskell
=====================================
p/haskell-network-uri/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e700c5c3641d445ce2e565a64da01680d0661855
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e700c5c3641d445ce2e565a64da01680d0661855
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/20260110/cae2fe53/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list