[Git][haskell-team/DHG_packages][master] clash-lib: Upgrading from 1.8.1 to 1.8.4
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Feb 13 00:54:56 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ffbdb8b0 by Scott Talbert at 2026-02-12T19:46:45-05:00
clash-lib: Upgrading from 1.8.1 to 1.8.4
- - - - -
5 changed files:
- p/haskell-clash-lib/debian/changelog
- p/haskell-clash-lib/debian/control
- + p/haskell-clash-lib/debian/patches/newer-deps
- p/haskell-clash-lib/debian/patches/no-rts-n
- p/haskell-clash-lib/debian/patches/series
Changes:
=====================================
p/haskell-clash-lib/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-clash-lib (1.8.1-3) UNRELEASED; urgency=medium
+haskell-clash-lib (1.8.4-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:53 -0500
+ -- Scott Talbert <swt at techie.net> Thu, 12 Feb 2026 19:38:51 -0500
haskell-clash-lib (1.8.1-2) unstable; urgency=medium
=====================================
p/haskell-clash-lib/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper-compat (= 13),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
dh-sequence-haskell,
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
libghc-aeson-dev (>= 0.6.2.0),
libghc-aeson-dev (<< 2.3),
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-aeson-pretty-dev (<< 0.9),
libghc-aeson-pretty-prof,
libghc-ansi-terminal-dev (>= 0.8.0.0),
- libghc-ansi-terminal-dev (<< 1.1),
+ libghc-ansi-terminal-dev (<< 1.2),
libghc-ansi-terminal-prof,
libghc-async-dev (>= 2.2.0),
libghc-async-dev (<< 2.3),
@@ -29,12 +29,9 @@ Build-Depends: debhelper-compat (= 13),
libghc-base16-bytestring-dev (>= 0.1.1),
libghc-base16-bytestring-dev (<< 1.1),
libghc-base16-bytestring-prof,
- libghc-clash-prelude-dev (>= 1.8.1),
- libghc-clash-prelude-dev (<< 1.8.2),
+ libghc-clash-prelude-dev (>= 1.8.4),
+ libghc-clash-prelude-dev (<< 1.8.5),
libghc-clash-prelude-prof,
- libghc-concurrent-supply-dev (>= 0.1.7),
- libghc-concurrent-supply-dev (<< 0.2),
- libghc-concurrent-supply-prof,
libghc-cryptohash-sha256-dev (>= 0.11),
libghc-cryptohash-sha256-dev (<< 0.12),
libghc-cryptohash-sha256-prof,
@@ -42,23 +39,23 @@ Build-Depends: debhelper-compat (= 13),
libghc-data-binary-ieee754-dev (<< 0.6),
libghc-data-binary-ieee754-prof,
libghc-data-default-dev (>= 0.7),
- libghc-data-default-dev (<< 0.8),
+ libghc-data-default-dev (<< 0.9),
libghc-data-default-prof,
libghc-dlist-dev (>= 0.8),
libghc-dlist-dev (<< 1.1),
libghc-dlist-prof,
libghc-doctest-parallel-dev (>= 0.2),
- libghc-doctest-parallel-dev (<< 0.4),
+ libghc-doctest-parallel-dev (<< 0.5),
libghc-doctest-parallel-prof,
libghc-extra-dev (>= 1.6.17),
- libghc-extra-dev (<< 1.8),
+ libghc-extra-dev (<< 1.9),
libghc-extra-prof,
libghc-ghc-typelits-knownnat-dev,
libghc-ghc-typelits-knownnat-prof,
libghc-glob-dev,
libghc-glob-prof,
libghc-hashable-dev (>= 1.2.1.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-src-meta-dev (>= 0.8),
libghc-src-meta-dev (<< 0.9),
@@ -70,7 +67,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-infinite-list-dev (<< 0.2),
libghc-infinite-list-prof,
libghc-lens-dev (>= 4.10),
- libghc-lens-dev (<< 5.3),
+ libghc-lens-dev (<< 5.4),
libghc-lens-prof,
libghc-ordered-containers-dev (>= 0.2),
libghc-ordered-containers-dev (<< 0.3),
@@ -135,7 +132,6 @@ Build-Depends-Indep: ghc-doc,
libghc-attoparsec-aeson-doc,
libghc-base16-bytestring-doc,
libghc-clash-prelude-doc,
- libghc-concurrent-supply-doc,
libghc-cryptohash-sha256-doc,
libghc-data-binary-ieee754-doc,
libghc-data-default-doc,
@@ -163,7 +159,7 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
libghc-vector-binary-instances-doc,
libghc-yaml-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://clash-lang.org/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-clash-lib
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-clash-lib]
=====================================
p/haskell-clash-lib/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/clash-lib.cabal
++++ b/clash-lib.cabal
+@@ -380,7 +380,7 @@ test-suite doctests
+ build-depends:
+ base,
+ clash-lib,
+- doctest-parallel >= 0.2 && < 0.4,
++ doctest-parallel >= 0.2 && < 0.5,
+ filepath
+
+ test-suite unittests
=====================================
p/haskell-clash-lib/debian/patches/no-rts-n
=====================================
@@ -1,8 +1,8 @@
--- a/clash-lib.cabal
+++ b/clash-lib.cabal
-@@ -391,8 +391,6 @@ test-suite unittests
+@@ -393,8 +393,6 @@ test-suite unittests
-- common RTS options in the unconditional GHC-Options
- if flag(workaround-ghc-mmap-crash)
+ if arch(x86_64) && flag(workaround-ghc-mmap-crash)
GHC-Options: "-with-rtsopts=-N -xm20000000"
- else
- GHC-Options: -with-rtsopts=-N
=====================================
p/haskell-clash-lib/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-rts-n
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ffbdb8b047166f4f75279e8719eae9dc84dae1da
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ffbdb8b047166f4f75279e8719eae9dc84dae1da
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/1e529a56/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list