[Git][haskell-team/DHG_packages][master] test-framework: Upgrading from 0.8.2.0 to 0.8.2.2

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jan 5 14:18:20 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d0738194 by Clint Adams at 2026-01-05T09:18:01-05:00
test-framework: Upgrading from 0.8.2.0 to 0.8.2.2

- - - - -


5 changed files:

- p/haskell-test-framework/debian/changelog
- p/haskell-test-framework/debian/control
- − p/haskell-test-framework/debian/patches/newer-deps.patch
- − p/haskell-test-framework/debian/patches/series
- p/haskell-test-framework/debian/watch


Changes:

=====================================
p/haskell-test-framework/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-test-framework (0.8.2.0-11) UNRELEASED; urgency=medium
+haskell-test-framework (0.8.2.2-1) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:59 -0500
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Jan 2026 09:16:03 -0500
 
 haskell-test-framework (0.8.2.0-10) unstable; urgency=medium
 


=====================================
p/haskell-test-framework/debian/control
=====================================
@@ -9,10 +9,10 @@ Build-Depends: debhelper-compat (= 13),
  dh-sequence-haskell,
  ghc (>= 9.4),
  ghc-prof,
- libghc-ansi-terminal-dev (>= 0.4.0),
+ libghc-ansi-terminal-dev (>= 0.6.3),
  libghc-ansi-terminal-dev (<< 1.2),
  libghc-ansi-terminal-prof,
- libghc-ansi-wl-pprint-dev (>= 0.5.1),
+ libghc-ansi-wl-pprint-dev (>= 0.6.7),
  libghc-ansi-wl-pprint-dev (<< 1.1),
  libghc-ansi-wl-pprint-prof,
  libghc-hostname-dev (>= 1.0),
@@ -21,13 +21,13 @@ Build-Depends: debhelper-compat (= 13),
  libghc-old-locale-dev (>= 1.0),
  libghc-old-locale-dev (<< 1.1),
  libghc-old-locale-prof,
- libghc-random-dev (>= 1.0),
- libghc-random-dev (<< 1.3),
+ libghc-random-dev (>= 1.1),
+ libghc-random-dev (<< 1.4),
  libghc-random-prof,
- libghc-regex-posix-dev (>= 0.72),
+ libghc-regex-posix-dev (>= 0.95.2),
  libghc-regex-posix-dev (<< 0.97),
  libghc-regex-posix-prof,
- libghc-xml-dev (>= 1.3.5),
+ libghc-xml-dev (>= 1.3.14),
  libghc-xml-dev (<< 1.4),
  libghc-xml-prof,
 Build-Depends-Indep: ghc-doc,
@@ -38,8 +38,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-random-doc,
  libghc-regex-posix-doc,
  libghc-xml-doc,
-Standards-Version: 4.7.0
-Homepage: https://haskell.github.io/test-framework/
+Standards-Version: 4.7.3
+Homepage: https://github.com/haskell/test-framework#readme
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-test-framework
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-test-framework]
 


=====================================
p/haskell-test-framework/debian/patches/newer-deps.patch deleted
=====================================
@@ -1,41 +0,0 @@
---- a/test-framework.cabal
-+++ b/test-framework.cabal
-@@ -45,21 +45,21 @@ Library
-                                 Test.Framework.Utilities
- 
-         Build-Depends:          base           >= 4.3    && < 5
--                              , ansi-terminal  >= 0.4.0  && < 0.9
--                              , ansi-wl-pprint >= 0.5.1  && < 0.7
--                              , random         >= 1.0    && < 1.2
--                              , containers     >= 0.1    && < 0.6
--                              , regex-posix    >= 0.72   && < 0.96
-+                              , ansi-terminal  >= 0.4.0  && < 1.2
-+                              , ansi-wl-pprint >= 0.5.1  && < 1.1
-+                              , random         >= 1.0    && < 1.3
-+                              , containers     >= 0.1    && < 0.8
-+                              , regex-posix    >= 0.72   && < 0.97
-                               , old-locale     >= 1.0    && < 1.1
--                              , time           >= 1.1.2  && < 1.9
-+                              , time           >= 1.1.2  && < 1.15
-                               , xml            >= 1.3.5  && < 1.4
-                               , hostname       >= 1.0    && < 1.1
- 
-         if !impl(ghc >= 7.8)
--                Build-Depends:  base-orphans   >= 0.1    && < 0.5
-+                Build-Depends:  base-orphans   >= 0.1    && < 0.9
- 
-         if !impl(ghc >= 8.0)
--                Build-Depends:  semigroups     >= 0.18   && < 0.19
-+                Build-Depends:  semigroups     >= 0.18   && < 0.21
- 
-         Default-Language:       Haskell2010
-         Default-Extensions:     CPP
-@@ -89,7 +89,7 @@ Test-Suite test-framework-tests
- 
-         -- Buildable:              False
-         Build-Depends:          HUnit          >= 1.2
--                              , QuickCheck     >= 2.3 && < 2.10
-+                              , QuickCheck     >= 2.3 && < 2.16
-                               , base           >= 4.3
-                               , random         >= 1.0
-                               , containers     >= 0.1


=====================================
p/haskell-test-framework/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps.patch


=====================================
p/haskell-test-framework/debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://hackage.haskell.org/package/test-framework/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d0738194ae1d4e3e341bd9f8898e6d21d27669f8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d0738194ae1d4e3e341bd9f8898e6d21d27669f8
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/20260105/089aaddf/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list