[Git][haskell-team/DHG_packages][master] safe-exceptions: patch for newer deepseq

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Jan 11 01:51:13 GMT 2026



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


Commits:
95197240 by Clint Adams at 2026-01-10T20:50:06-05:00
safe-exceptions: patch for newer deepseq

- - - - -


4 changed files:

- p/haskell-safe-exceptions/debian/changelog
- p/haskell-safe-exceptions/debian/control
- + p/haskell-safe-exceptions/debian/patches/newer-deps
- p/haskell-safe-exceptions/debian/patches/series


Changes:

=====================================
p/haskell-safe-exceptions/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-safe-exceptions (0.1.7.4-3) UNRELEASED; urgency=medium
+haskell-safe-exceptions (0.1.7.4-3) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:17 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Sat, 10 Jan 2026 20:45:02 -0500
 
 haskell-safe-exceptions (0.1.7.4-2) unstable; urgency=medium
 


=====================================
p/haskell-safe-exceptions/debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
 Build-Depends-Indep:
  ghc-doc,
  libghc-exceptions-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/fpco/safe-exceptions
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-safe-exceptions
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-safe-exceptions]


=====================================
p/haskell-safe-exceptions/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/safe-exceptions.cabal
++++ b/safe-exceptions.cabal
+@@ -21,7 +21,7 @@ library
+   hs-source-dirs:      src
+   exposed-modules:     Control.Exception.Safe
+   build-depends:       base >= 4.11 && < 5
+-                     , deepseq >= 1.2 && < 1.5
++                     , deepseq >= 1.2 && < 1.6
+                      , exceptions >= 0.10 && < 0.11
+                      , transformers >= 0.2 && < 0.7
+   default-language:    Haskell2010


=====================================
p/haskell-safe-exceptions/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no--N
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/95197240abb793a911df38ffd895a61833283649
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/20260111/ce2c358a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list