[Git][haskell-team/DHG_packages][master] yesod-bin: patch for newer tar

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Feb 22 20:16:23 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
772b51e7 by Clint Adams at 2026-02-22T15:15:54-05:00
yesod-bin: patch for newer tar

- - - - -


4 changed files:

- p/haskell-yesod-bin/debian/changelog
- p/haskell-yesod-bin/debian/control
- + p/haskell-yesod-bin/debian/patches/newer-deps
- + p/haskell-yesod-bin/debian/patches/series


Changes:

=====================================
p/haskell-yesod-bin/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-yesod-bin (1.6.2.3-2) UNRELEASED; urgency=medium
+haskell-yesod-bin (1.6.2.3-2) unstable; urgency=high
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:41 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Sun, 22 Feb 2026 15:15:47 -0500
 
 haskell-yesod-bin (1.6.2.3-1) unstable; urgency=medium
 


=====================================
p/haskell-yesod-bin/debian/control
=====================================
@@ -27,8 +27,8 @@ Build-Depends:
  libghc-split-dev (>= 0.2),
  libghc-split-dev (<< 0.3),
  libghc-streaming-commons-dev,
- libghc-tar-dev (<< 0.6),
  libghc-tar-dev (>= 0.4),
+ libghc-tar-dev (<< 0.7),
  libghc-transformers-compat-dev,
  libghc-unliftio-dev,
  libghc-unordered-containers-dev,
@@ -39,7 +39,7 @@ Build-Depends:
  libghc-yaml-dev (>= 0.8),
  libghc-yaml-dev (<< 0.12),
  libghc-zlib-dev (>= 0.5),
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://www.yesodweb.com/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-yesod-bin
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-yesod-bin]
@@ -62,6 +62,7 @@ Recommends:
  libghc-file-embed-dev,
  libghc-hjsmin-dev,
  libghc-hspec-dev,
+ libghc-http-client-tls-dev,
  libghc-http-conduit-dev,
  libghc-monad-control-dev,
  libghc-monad-logger-dev,
@@ -87,6 +88,6 @@ Suggests:
  ${haskell:Suggests},
 Provides:
  ${haskell:Provides},
-Description: Helper executables for the Haskell web framework Yesod
+Description: helper executables for the Haskell web framework Yesod
  Provides scaffolding, devel server, and some simple code generation helpers
  (yesod, yesod-ar-wrapper, yesod-ld-wrapper, yesod-ghc-wrapper).


=====================================
p/haskell-yesod-bin/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+--- a/yesod-bin.cabal
++++ b/yesod-bin.cabal
+@@ -1,5 +1,6 @@
+ name:            yesod-bin
+ version:         1.6.2.3
++x-revision: 1
+ license:         MIT
+ license-file:    LICENSE
+ author:          Michael Snoyman <michael at snoyman.com>
+@@ -48,7 +49,7 @@ executable             yesod
+                      , split              >= 0.2          && < 0.3
+                      , stm
+                      , streaming-commons
+-                     , tar                >= 0.4          && < 0.6
++                     , tar                >= 0.4          && < 0.7
+                      , text               >= 0.11
+                      , time               >= 1.1.4
+                      , transformers


=====================================
p/haskell-yesod-bin/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/772b51e7db0565573ac4041ff0535fd817db7680
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/20260222/0af8718c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list