[Git][haskell-team/DHG_packages][master] nothunks: patch for time and wherefrom-compat
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jan 19 21:29:11 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
00bfcce7 by Clint Adams at 2026-01-19T16:28:21-05:00
nothunks: patch for time and wherefrom-compat
- - - - -
4 changed files:
- p/haskell-nothunks/debian/changelog
- p/haskell-nothunks/debian/control
- + p/haskell-nothunks/debian/patches/newer-deps
- + p/haskell-nothunks/debian/patches/series
Changes:
=====================================
p/haskell-nothunks/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-nothunks (0.3.1-2) unstable; urgency=medium
+
+ * Patch for newer and older dependencies.
+
+ -- Clint Adams <clint at debian.org> Mon, 19 Jan 2026 16:27:06 -0500
+
haskell-nothunks (0.3.1-1) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-nothunks/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-vector-dev (>= 0.12),
libghc-vector-dev (<< 0.14),
libghc-vector-prof,
- libghc-wherefrom-compat-dev (>= 0.2),
+ libghc-wherefrom-compat-dev (>= 0.1.1.1),
libghc-wherefrom-compat-dev (<< 0.3),
libghc-wherefrom-compat-prof,
libghc-hedgehog-dev (>= 1.1) <!nocheck>,
=====================================
p/haskell-nothunks/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+--- a/nothunks.cabal
++++ b/nothunks.cabal
+@@ -43,13 +43,13 @@ library
+ build-depends: base >= 4.12 && < 5
+ , containers >= 0.5 && < 0.9
+ , stm >= 2.5 && < 2.6
+- , time >= 1.5 && < 1.15
++ , time >= 1.5 && < 1.16
+
+ -- Whatever is bundled with ghc
+ , ghc-heap
+
+ if impl(ghc >= 9.2)
+- build-depends: wherefrom-compat ^>= 0.2
++ build-depends: wherefrom-compat >= 0.1.1 && 0.3
+
+ if flag(bytestring)
+ build-depends: bytestring >= 0.10 && < 0.13
=====================================
p/haskell-nothunks/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/00bfcce7df88e944e11af8bb952fbf4023a1b835
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/00bfcce7df88e944e11af8bb952fbf4023a1b835
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/20260119/1e9d9ceb/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list