[Git][haskell-team/DHG_packages][master] test-framework: patch for newer dependencies
Clint Adams
gitlab at salsa.debian.org
Sat May 30 21:39:56 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c42f5a8f by Clint Adams at 2020-05-30T16:39:29-04:00
test-framework: patch for newer dependencies
- - - - -
3 changed files:
- p/haskell-test-framework/debian/changelog
- p/haskell-test-framework/debian/control
- 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-4) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Sat, 30 May 2020 16:36:12 -0400
+
haskell-test-framework (0.8.2.0-3) unstable; urgency=medium
* Relax some dependency constraint.
=====================================
p/haskell-test-framework/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8),
ghc-prof,
libghc-ansi-terminal-dev (>= 0.4.0),
- libghc-ansi-terminal-dev (<< 0.9),
+ libghc-ansi-terminal-dev (<< 0.11),
libghc-ansi-terminal-prof,
libghc-ansi-wl-pprint-dev (>= 0.5.1),
libghc-ansi-wl-pprint-dev (<< 0.7),
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 10),
libghc-random-dev (<< 1.2),
libghc-random-prof,
libghc-regex-posix-dev (>= 0.72),
- libghc-regex-posix-dev (<< 0.96),
+ libghc-regex-posix-dev (<< 0.97),
libghc-regex-posix-prof,
libghc-xml-dev (>= 1.3.5),
libghc-xml-dev (<< 1.4),
@@ -38,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
libghc-random-doc,
libghc-regex-posix-doc,
libghc-xml-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: http://haskell.github.io/test-framework/
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
=====================================
@@ -1,11 +1,30 @@
---- haskell-test-framework-0.8.2.0.orig/test-framework.cabal
-+++ haskell-test-framework-0.8.2.0/test-framework.cabal
-@@ -48,7 +48,7 @@ Library
- , ansi-terminal >= 0.4.0 && < 0.9
+--- a/test-framework.cabal
++++ b/test-framework.cabal
+@@ -45,21 +45,21 @@
+ Test.Framework.Utilities
+
+ Build-Depends: base >= 4.3 && < 5
+- , ansi-terminal >= 0.4.0 && < 0.9
++ , ansi-terminal >= 0.4.0 && < 0.11
, ansi-wl-pprint >= 0.5.1 && < 0.7
, random >= 1.0 && < 1.2
- , containers >= 0.1 && < 0.6
+- , regex-posix >= 0.72 && < 0.96
+ , containers >= 0.1 && < 0.7
- , regex-posix >= 0.72 && < 0.96
++ , regex-posix >= 0.72 && < 0.97
, old-locale >= 1.0 && < 1.1
- , time >= 1.1.2 && < 1.9
+- , time >= 1.1.2 && < 1.9
++ , time >= 1.1.2 && < 1.10
+ , 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.20
+
+ Default-Language: Haskell2010
+ Default-Extensions: CPP
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c42f5a8f5a21ebf6cc6abd7f35ed161fd8d73117
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c42f5a8f5a21ebf6cc6abd7f35ed161fd8d73117
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/20200530/3aae0b67/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list