[Git][haskell-team/DHG_packages][master] clash-ghc: patch for newer ghc-bignum
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Oct 23 19:40:51 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a1e62778 by Clint Adams at 2023-10-23T14:40:21-04:00
clash-ghc: patch for newer ghc-bignum
- - - - -
3 changed files:
- p/haskell-clash-ghc/debian/changelog
- + p/haskell-clash-ghc/debian/patches/newer-deps
- + p/haskell-clash-ghc/debian/patches/series
Changes:
=====================================
p/haskell-clash-ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-clash-ghc (1.6.6-2) unstable; urgency=medium
+
+ * Patch for newer ghc-bignum.
+
+ -- Clint Adams <clint at debian.org> Mon, 23 Oct 2023 14:37:15 -0400
+
haskell-clash-ghc (1.6.6-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-clash-ghc/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/clash-ghc.cabal
++++ b/clash-ghc.cabal
+@@ -192,7 +192,7 @@ library
+ Build-Depends: exceptions >= 0.10.4 && < 0.11,
+
+ if impl(ghc >= 9.0.0)
+- Build-Depends: ghc-bignum >= 1.0 && < 1.3
++ Build-Depends: ghc-bignum >= 1.0 && < 1.4
+ else
+ Build-Depends: integer-gmp >= 1.0.1.0 && < 2.0
+
=====================================
p/haskell-clash-ghc/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a1e62778c166fc6b4a7162822dc5fd4602023ce6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a1e62778c166fc6b4a7162822dc5fd4602023ce6
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/20231023/3aa85f69/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list