[Git][haskell-team/DHG_packages][master] integer-roots: Upgrading from 1.0.2.0 to 1.0.4.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Jan 11 20:29:22 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4a74482d by Scott Talbert at 2026-01-11T15:28:52-05:00
integer-roots: Upgrading from 1.0.2.0 to 1.0.4.0
- - - - -
6 changed files:
- p/haskell-integer-roots/debian/changelog
- p/haskell-integer-roots/debian/control
- − p/haskell-integer-roots/debian/patches/disable-doctests
- − p/haskell-integer-roots/debian/patches/fix-tests-32bit
- − p/haskell-integer-roots/debian/patches/newer-deps
- − p/haskell-integer-roots/debian/patches/series
Changes:
=====================================
p/haskell-integer-roots/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-integer-roots (1.0.2.0-5) UNRELEASED; urgency=medium
+haskell-integer-roots (1.0.4.0-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:02 -0500
+ -- Scott Talbert <swt at techie.net> Sun, 11 Jan 2026 15:24:18 -0500
haskell-integer-roots (1.0.2.0-4) unstable; urgency=medium
=====================================
p/haskell-integer-roots/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
dh-sequence-haskell,
- ghc,
+ ghc (>= 9.10),
ghc-prof,
libghc-doctest-dev (>= 0.8),
libghc-doctest-prof (>= 0.8),
=====================================
p/haskell-integer-roots/debian/patches/disable-doctests deleted
=====================================
@@ -1,12 +0,0 @@
-Index: b/integer-roots.cabal
-===================================================================
---- a/integer-roots.cabal
-+++ b/integer-roots.cabal
-@@ -65,6 +65,7 @@ test-suite integer-roots-tests
- ghc-options: -Wall -Widentities -Wcompat
-
- test-suite integer-roots-doctests
-+ buildable: False
- type: exitcode-stdio-1.0
- main-is: Doctest.hs
- hs-source-dirs: test-suite
=====================================
p/haskell-integer-roots/debian/patches/fix-tests-32bit deleted
=====================================
@@ -1,33 +0,0 @@
-From 7688a75dedf52b4e1ae20cc5017afa042caad909 Mon Sep 17 00:00:00 2001
-From: Bodigrim <andrew.lelechenko at gmail.com>
-Date: Wed, 12 Oct 2022 21:14:27 +0100
-Subject: [PATCH] Fix tests on i386
-
----
- test-suite/Math/NumberTheory/Roots/GeneralTests.hs | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-Index: b/test-suite/Math/NumberTheory/Roots/GeneralTests.hs
-===================================================================
---- a/test-suite/Math/NumberTheory/Roots/GeneralTests.hs
-+++ b/test-suite/Math/NumberTheory/Roots/GeneralTests.hs
-@@ -13,6 +13,7 @@ module Math.NumberTheory.Roots.GeneralTe
- ( testSuite
- ) where
-
-+import Data.Bits
- import Test.Tasty
- import Test.Tasty.HUnit
- import Test.Tasty.QuickCheck as QC
-@@ -90,9 +91,9 @@ highestPowerSpecialCases =
- , 3
- , 2)
-
-- , a ( -2 ^ 63 :: Int
-+ , a ( minBound :: Int
- , -2 :: Int
-- , 63)
-+ , fromIntegral (finiteBitSize (0 :: Int) - 1))
-
- , a ( (2 ^ 63 - 1) ^ 21
- , 2 ^ 63 - 1
=====================================
p/haskell-integer-roots/debian/patches/newer-deps deleted
=====================================
@@ -1,13 +0,0 @@
-Index: b/integer-roots.cabal
-===================================================================
---- 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 deleted
=====================================
@@ -1,3 +0,0 @@
-newer-deps
-fix-tests-32bit
-disable-doctests
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a74482dd29593fbc709a7b45c85999c86f01321
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a74482dd29593fbc709a7b45c85999c86f01321
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/525ac224/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list