[Git][haskell-team/DHG_packages][master] integer-roots: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Oct 10 14:19:27 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1bb3d874 by Clint Adams at 2023-10-10T09:19:06-04:00
integer-roots: patch for newer deps
- - - - -
3 changed files:
- p/haskell-integer-roots/debian/changelog
- + p/haskell-integer-roots/debian/patches/newer-deps
- + p/haskell-integer-roots/debian/patches/series
Changes:
=====================================
p/haskell-integer-roots/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-integer-roots (1.0.2.0-2) unstable; urgency=medium
+
+ * Patch for newer ghc-bignum.
+
+ -- Clint Adams <clint at debian.org> Tue, 10 Oct 2023 09:17:53 -0400
+
haskell-integer-roots (1.0.2.0-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-integer-roots/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/integer-roots.cabal
++++ b/integer-roots.cabal
+@@ -27,7 +27,7 @@ library
+ if impl(ghc < 9.0)
+ build-depends: integer-gmp <1.2
+ else
+- build-depends: ghc-bignum < 1.3
++ build-depends: ghc-bignum < 1.4
+ exposed-modules:
+ Math.NumberTheory.Roots
+ other-modules:
=====================================
p/haskell-integer-roots/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1bb3d87434fb5200dee2a6a1d5ff974e64cdd9c9
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1bb3d87434fb5200dee2a6a1d5ff974e64cdd9c9
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/20231010/7cfdcf1a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list