[Git][haskell-team/DHG_packages][master] modern-uri: patch for newer dependencies
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jan 14 15:31:08 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f34341de by Clint Adams at 2026-01-14T10:31:02-05:00
modern-uri: patch for newer dependencies
- - - - -
4 changed files:
- p/haskell-modern-uri/debian/changelog
- p/haskell-modern-uri/debian/control
- + p/haskell-modern-uri/debian/patches/newer-deps
- + p/haskell-modern-uri/debian/patches/series
Changes:
=====================================
p/haskell-modern-uri/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-modern-uri (0.3.6.1-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Wed, 14 Jan 2026 10:26:16 -0500
+
haskell-modern-uri (0.3.6.1-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-modern-uri/debian/control
=====================================
@@ -42,7 +42,7 @@ Build-Depends-Indep: ghc-doc,
libghc-profunctors-doc,
libghc-reflection-doc,
libghc-tagged-doc,
-Standards-Version: 4.7.2
+Standards-Version: 4.7.3
Homepage: https://github.com/mrkkrp/modern-uri
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-modern-uri
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-modern-uri]
=====================================
p/haskell-modern-uri/debian/patches/newer-deps
=====================================
@@ -0,0 +1,96 @@
+--- a/modern-uri.cabal
++++ b/modern-uri.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: 2.4
+ name: modern-uri
+ version: 0.3.6.1
++x-revision: 4
+ license: BSD-3-Clause
+ license-file: LICENSE.md
+ maintainer: Mark Karpov <markkarpov92 at gmail.com>
+@@ -40,20 +41,20 @@ library
+
+ default-language: Haskell2010
+ build-depends:
+- QuickCheck >=2.4 && <3.0,
+- base >=4.15 && <5.0,
+- bytestring >=0.2 && <0.12,
+- containers >=0.5 && <0.7,
+- deepseq >=1.3 && <1.5,
++ QuickCheck >=2.4 && <3,
++ base >=4.15 && <5,
++ bytestring >=0.2 && <0.13,
++ containers >=0.5 && <0.9,
++ deepseq >=1.3 && <1.6,
+ exceptions >=0.6 && <0.11,
+- hashable >=1.3 && <2.0,
+- megaparsec >=7.0 && <10.0,
+- mtl >=2.0 && <3.0,
+- profunctors >=5.2.1 && <6.0,
+- reflection >=2.0 && <3.0,
++ hashable >=1.3 && <2,
++ megaparsec >=8 && <10,
++ mtl >=2 && <3,
++ profunctors >=5.2.1 && <6,
++ reflection >=2 && <3,
+ tagged >=0.8 && <0.9,
+- template-haskell >=2.10 && <2.21,
+- text >=0.2 && <2.1
++ template-haskell >=2.10 && <2.24,
++ text >=0.2 && <2.2
+
+ if flag(dev)
+ ghc-options: -Wall -Werror -Wpartial-fields -Wunused-packages
+@@ -72,14 +73,14 @@ test-suite tests
+
+ default-language: GHC2021
+ build-depends:
+- QuickCheck >=2.4 && <3.0,
+- base >=4.15 && <5.0,
+- bytestring >=0.2 && <0.12,
+- hspec >=2.0 && <3.0,
+- hspec-megaparsec >=2.0 && <3.0,
+- megaparsec >=8.0 && <10.0,
++ QuickCheck >=2.4 && <3,
++ base >=4.15 && <5,
++ bytestring >=0.2 && <0.13,
++ hspec >=2 && <3,
++ hspec-megaparsec >=2 && <3,
++ megaparsec >=8 && <10,
+ modern-uri,
+- text >=0.2 && <2.1
++ text >=0.2 && <2.2
+
+ if flag(dev)
+ ghc-options:
+@@ -96,11 +97,11 @@ benchmark bench-speed
+ default-language: GHC2021
+ build-depends:
+ base >=4.15 && <5.0,
+- bytestring >=0.2 && <0.12,
++ bytestring >=0.2 && <0.13,
+ criterion >=0.6.2.1 && <1.7,
+- megaparsec >=8.0 && <10.0,
++ megaparsec >=8 && <10,
+ modern-uri,
+- text >=0.2 && <2.1
++ text >=0.2 && <2.2
+
+ if flag(dev)
+ ghc-options:
+@@ -116,11 +117,11 @@ benchmark bench-memory
+ hs-source-dirs: bench/memory
+ default-language: GHC2021
+ build-depends:
+- base >=4.15 && <5.0,
+- bytestring >=0.2 && <0.12,
+- megaparsec >=8.0 && <10.0,
++ base >=4.15 && <5,
++ bytestring >=0.2 && <0.13,
++ megaparsec >=8 && <10,
+ modern-uri,
+- text >=0.2 && <2.1,
++ text >=0.2 && <2.2,
+ weigh >=0.0.4
+
+ if flag(dev)
=====================================
p/haskell-modern-uri/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f34341de71d06a658d7cfba1bde9eb6c4de5d270
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f34341de71d06a658d7cfba1bde9eb6c4de5d270
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/20260114/1aba0370/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list