[Git][haskell-team/package-plan][master] Fix package plan (broken due to xmlhtml metadata update)
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed May 4 19:36:55 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / package-plan
Commits:
c4bea2aa by Scott Talbert at 2022-05-04T14:36:14-04:00
Fix package plan (broken due to xmlhtml metadata update)
- - - - -
1 changed file:
- patches/xmlhtml/0.2.5.2/no-bytestring-builder
Changes:
=====================================
patches/xmlhtml/0.2.5.2/no-bytestring-builder
=====================================
@@ -2,19 +2,19 @@ Index: b/xmlhtml.cabal
===================================================================
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
-@@ -827,7 +827,6 @@ Library
+@@ -839,7 +839,6 @@ Library
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
- bytestring-builder >= 0.10.4.0.2 && < 0.11,
containers >= 0.3 && < 0.7,
parsec >= 3.1.2 && < 3.2,
- text >= 0.11 && < 1.3,
-@@ -856,7 +855,6 @@ Test-suite testsuite
+ text >= 0.11 && < 2.1,
+@@ -868,7 +867,6 @@ Test-suite testsuite
blaze-html,
blaze-markup,
bytestring,
- bytestring-builder,
containers,
directory >= 1.0 && <1.4,
- hspec >= 2.4 && <2.8,
+ hspec >= 2.4 && <2.10,
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c4bea2aa5bc097de7b7bdad24fb3fc100e7b53c5
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c4bea2aa5bc097de7b7bdad24fb3fc100e7b53c5
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/20220504/80e4aed6/attachment.htm>
More information about the Pkg-haskell-commits
mailing list