[Git][haskell-team/DHG_packages][master] test-framework: patch for newer dependencies
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jun 15 03:02:28 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
da8357ee by Clint Adams at 2022-06-14T22:02:02-04:00
test-framework: patch for newer dependencies
- - - - -
2 changed files:
- p/haskell-test-framework/debian/changelog
- p/haskell-test-framework/debian/patches/newer-deps.patch
Changes:
=====================================
p/haskell-test-framework/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-test-framework (0.8.2.0-6) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 14 Jun 2022 22:01:46 -0400
+
haskell-test-framework (0.8.2.0-5) unstable; urgency=medium
* Sourceful upload for GHC 9.
=====================================
p/haskell-test-framework/debian/patches/newer-deps.patch
=====================================
@@ -1,20 +1,21 @@
--- a/test-framework.cabal
+++ b/test-framework.cabal
-@@ -45,21 +45,21 @@
+@@ -45,21 +45,21 @@ Library
Test.Framework.Utilities
Build-Depends: base >= 4.3 && < 5
- , ansi-terminal >= 0.4.0 && < 0.9
-+ , ansi-terminal >= 0.4.0 && < 0.11
++ , ansi-terminal >= 0.4.0 && < 0.12
, ansi-wl-pprint >= 0.5.1 && < 0.7
- , random >= 1.0 && < 1.2
+- , random >= 1.0 && < 1.2
- , containers >= 0.1 && < 0.6
- , regex-posix >= 0.72 && < 0.96
++ , random >= 1.0 && < 1.3
+ , containers >= 0.1 && < 0.7
+ , regex-posix >= 0.72 && < 0.97
, old-locale >= 1.0 && < 1.1
- , time >= 1.1.2 && < 1.9
-+ , time >= 1.1.2 && < 1.10
++ , time >= 1.1.2 && < 1.13
, xml >= 1.3.5 && < 1.4
, hostname >= 1.0 && < 1.1
@@ -24,7 +25,16 @@
if !impl(ghc >= 8.0)
- Build-Depends: semigroups >= 0.18 && < 0.19
-+ Build-Depends: semigroups >= 0.18 && < 0.20
++ 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.15
+ , base >= 4.3
+ , random >= 1.0
+ , containers >= 0.1
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/da8357eeb583829135cb135aa6ac2e61a286fc55
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/da8357eeb583829135cb135aa6ac2e61a286fc55
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/20220615/76c718c3/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list