[Git][haskell-team/DHG_packages][master] feed: Sourceful upload for GHC 9.10

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Feb 13 01:17:38 GMT 2026



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


Commits:
873ff16c by Scott Talbert at 2026-02-12T20:15:40-05:00
feed: Sourceful upload for GHC 9.10

- - - - -


3 changed files:

- p/haskell-feed/debian/changelog
- p/haskell-feed/debian/control
- p/haskell-feed/debian/patches/newer-deps


Changes:

=====================================
p/haskell-feed/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-haskell-feed (1.3.2.1-4) UNRELEASED; urgency=medium
+haskell-feed (1.3.2.1-4) unstable; urgency=medium
 
   [ Scott Talbert ]
   * Build using dh-haskell
+  * Sourceful upload for GHC 9.10
 
   [ Giovanni Mascellani ]
   * Remove myself from uploaders, add Ilias Tsitsimpis instead.
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:21 -0500
+ -- Scott Talbert <swt at techie.net>  Thu, 12 Feb 2026 20:02:40 -0500
 
 haskell-feed (1.3.2.1-3) unstable; urgency=medium
 


=====================================
p/haskell-feed/debian/control
=====================================
@@ -8,11 +8,11 @@ Rules-Requires-Root: no
 Build-Depends:
  dh-sequence-haskell,
  debhelper-compat (= 13),
- ghc (>= 9.6),
+ ghc (>= 9.10),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-base-compat-dev (>= 0.9),
- libghc-base-compat-dev (<< 0.14),
+ libghc-base-compat-dev (<< 0.15),
  libghc-base-compat-prof,
  libghc-old-locale-dev (>= 1.0),
  libghc-old-locale-dev (<< 1.1),
@@ -29,7 +29,7 @@ Build-Depends:
  libghc-utf8-string-dev (<< 1.1),
  libghc-utf8-string-prof,
  libghc-xml-conduit-dev (>= 1.3),
- libghc-xml-conduit-dev (<< 1.10),
+ libghc-xml-conduit-dev (<< 1.11),
  libghc-xml-conduit-prof,
  libghc-xml-types-dev (>= 0.3.6),
  libghc-xml-types-dev (<< 0.4),
@@ -43,7 +43,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-utf8-string-doc,
  libghc-xml-conduit-doc,
  libghc-xml-types-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/haskell-party/feed
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-feed
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-feed]


=====================================
p/haskell-feed/debian/patches/newer-deps
=====================================
@@ -9,51 +9,65 @@ Index: b/feed.cabal
  license:             BSD3
  license-file:        LICENSE
  category:            Text
-@@ -79,14 +80,14 @@ library
+@@ -79,18 +80,18 @@ library
      Data.Text.Util
      Data.XML.Compat
    build-depends:
 -      base >= 4 && < 4.17
 -    , base-compat >= 0.9 && < 0.13
 -    , bytestring >= 0.9 && < 0.12
-+      base >= 4 && < 4.19
-+    , base-compat >= 0.9 && < 0.14
++      base >= 4 && < 4.22
++    , base-compat >= 0.9 && < 0.15
 +    , bytestring >= 0.9 && < 0.13
      , old-locale == 1.0.*
      , old-time >= 1 && < 1.2
      , safe == 0.3.*
-     , text < 1.3 || ==2.0.*
+-    , text < 1.3 || ==2.0.*
 -    , time < 1.12
-+    , time < 1.13
++    , text < 1.3 || >= 2.0 && < 2.2
++    , time < 1.15
      , time-locale-compat == 0.1.*
      , utf8-string < 1.1
      , xml-types >= 0.3.6 && < 0.4
-@@ -117,8 +118,8 @@ test-suite tests
+-    , xml-conduit >= 1.3 && < 1.10
++    , xml-conduit >= 1.3 && < 1.11
+ 
+ test-suite tests
+   ghc-options:       -Wall
+@@ -117,18 +118,18 @@ test-suite tests
      Text.RSS.Tests
      Text.RSS.Utils
    build-depends:
 -      base >= 4.6 && < 4.17
 -    , base-compat >= 0.9 && < 0.13
-+      base >= 4.6
-+    , base-compat
++      base >= 4.6 && < 4.22
++    , base-compat >= 0.9 && < 0.15
      , HUnit >= 1.2 && < 1.7
      , feed
      , old-time >= 1 && < 1.2
-@@ -126,7 +127,7 @@ test-suite tests
+     , syb
      , test-framework == 0.8.*
      , test-framework-hunit == 0.3.*
-     , text < 1.3 || ==2.0.*
+-    , text < 1.3 || ==2.0.*
 -    , time < 1.12
-+    , time < 1.13
++    , text < 1.3 || >= 2.0 && < 2.2
++    , time < 1.15
      , xml-types >= 0.3.6 && < 0.4
-     , xml-conduit >= 1.3 && < 1.10
+-    , xml-conduit >= 1.3 && < 1.10
++    , xml-conduit >= 1.3 && < 1.11
  
-@@ -140,7 +141,7 @@ test-suite readme
+ test-suite readme
+   ghc-options:       -Wall -pgmL markdown-unlit
+@@ -140,10 +141,10 @@ test-suite readme
    type:              exitcode-stdio-1.0
    build-depends:
        base >= 4.6
 -    , base-compat >= 0.9 && < 0.13
-+    , base-compat
++    , base-compat >= 0.9 && < 0.15
      , text
      , feed
-     , xml-conduit
+-    , xml-conduit
++    , xml-conduit < 1.10
+     , xml-types
+   build-tool-depends:
+     markdown-unlit:markdown-unlit >= 0.4 && < 0.6



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/873ff16cfae278105bc8a9e26d36c7f685117ef8
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/20260213/364cba3e/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list