[Git][haskell-team/DHG_packages][master] http-media: Patch for newer deps

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Jan 13 02:59:14 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
000e4f6e by Scott Talbert at 2026-01-12T21:57:28-05:00
http-media: Patch for newer deps

- - - - -


4 changed files:

- p/haskell-http-media/debian/changelog
- p/haskell-http-media/debian/control
- + p/haskell-http-media/debian/patches/newer-deps
- + p/haskell-http-media/debian/patches/series


Changes:

=====================================
p/haskell-http-media/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http-media (0.8.1.1-4) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Mon, 12 Jan 2026 21:50:06 -0500
+
 haskell-http-media (0.8.1.1-3) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-http-media/debian/control
=====================================
@@ -18,12 +18,12 @@ Build-Depends:
  libghc-utf8-string-dev (<< 1.1),
  libghc-utf8-string-prof,
  libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
  libghc-quickcheck2-prof,
  libghc-tasty-dev (>= 0.11) <!nocheck>,
  libghc-tasty-dev (<< 1.6) <!nocheck>,
  libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
- libghc-tasty-quickcheck-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-case-insensitive-doc,
  libghc-utf8-string-doc,


=====================================
p/haskell-http-media/debian/patches/newer-deps
=====================================
@@ -0,0 +1,34 @@
+Index: b/http-media.cabal
+===================================================================
+--- a/http-media.cabal
++++ b/http-media.cabal
+@@ -80,9 +80,9 @@ library
+ 
+   build-depends:
+     base             >= 4.8  && < 5,
+-    bytestring       >= 0.10 && < 0.12,
++    bytestring       >= 0.10 && < 0.13,
+     case-insensitive >= 1.0  && < 1.3,
+-    containers       >= 0.5  && < 0.7,
++    containers       >= 0.5  && < 0.8,
+     utf8-string      >= 0.3  && < 1.1
+ 
+ test-suite test-http-media
+@@ -131,13 +131,13 @@ test-suite test-http-media
+ 
+   build-depends:
+     base             >= 4.8  && < 5,
+-    bytestring       >= 0.10 && < 0.12,
++    bytestring       >= 0.10 && < 0.13,
+     case-insensitive >= 1.0  && < 1.3,
+-    containers       >= 0.5  && < 0.7,
++    containers       >= 0.5  && < 0.8,
+     utf8-string      >= 0.3  && < 1.1,
+-    QuickCheck       >= 2.8  && < 2.15,
++    QuickCheck       >= 2.8  && < 2.16,
+     tasty            >= 0.11 && < 1.6,
+-    tasty-quickcheck >= 0.8  && < 0.11
++    tasty-quickcheck >= 0.8  && < 0.12
+ 
+ source-repository head
+   type:     git


=====================================
p/haskell-http-media/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/000e4f6ef431748aaa06c847874ae21da825c825
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/20260113/151693f6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list