[Git][haskell-team/DHG_packages][master] rank2classes: Upgrading from 1.5.3.1 to 1.5.5
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jan 8 20:07:48 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1686b830 by Clint Adams at 2026-01-08T15:07:07-05:00
rank2classes: Upgrading from 1.5.3.1 to 1.5.5
- - - - -
3 changed files:
- p/haskell-rank2classes/debian/changelog
- p/haskell-rank2classes/debian/control
- p/haskell-rank2classes/debian/patches/disable-doctests
Changes:
=====================================
p/haskell-rank2classes/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-rank2classes (1.5.3.1-2) UNRELEASED; urgency=medium
+haskell-rank2classes (1.5.5-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:57 -0500
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Thu, 08 Jan 2026 15:04:38 -0500
haskell-rank2classes (1.5.3.1-1) unstable; urgency=medium
=====================================
p/haskell-rank2classes/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-data-functor-logistic-dev (<< 0.1),
libghc-data-functor-logistic-prof,
libghc-distributive-dev (<< 0.7),
- libghc-distributive-prof (<< 0.7),
+ libghc-distributive-prof,
libghc-tasty-dev (<< 2),
libghc-tasty-prof (<< 2),
libghc-tasty-hunit-dev (>= 0),
@@ -24,7 +24,7 @@ Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: ghc-doc,
libghc-data-functor-logistic-doc,
libghc-distributive-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/blamario/grampa/tree/master/rank2classes
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-rank2classes
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-rank2classes]
=====================================
p/haskell-rank2classes/debian/patches/disable-doctests
=====================================
@@ -2,15 +2,13 @@ Description: Disable doctests
Disable doctests since they fail on too many architectures, with what seems to
be a GHC bug.
-Index: b/rank2classes.cabal
-===================================================================
--- a/rank2classes.cabal
+++ b/rank2classes.cabal
-@@ -49,6 +49,7 @@ library
-
- test-suite doctests
+@@ -54,6 +54,7 @@ test-suite TH
+ if !flag(use-template-haskell)
+ buildable: False
type: exitcode-stdio-1.0
+ buildable: false
hs-source-dirs: test
default-language: Haskell2010
- main-is: Doctest.hs
+ main-is: TH.hs
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1686b830d5786cf0ddd3ecbb82892107031c4269
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1686b830d5786cf0ddd3ecbb82892107031c4269
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/20260108/7ab08e64/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list