[Git][haskell-team/package-plan][master] Fix package plan due to Hackage revisions
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Aug 10 19:11:43 BST 2025
Scott Talbert pushed to branch master at Debian Haskell Group / package-plan
Commits:
db0163d6 by Scott Talbert at 2025-08-10T14:03:16-04:00
Fix package plan due to Hackage revisions
- - - - -
2 changed files:
- patches/haxr/3000.11.5.1/no-mtl-compat
- patches/snap/1.1.3.3/no-test-framework-smallcheck
Changes:
=====================================
patches/haxr/3000.11.5.1/no-mtl-compat
=====================================
@@ -2,11 +2,11 @@ Index: b/haxr.cabal
===================================================================
--- a/haxr.cabal
+++ b/haxr.cabal
-@@ -36,7 +36,6 @@ Library
- Build-depends: base >= 4.9 && < 4.21,
- base-compat >= 0.8 && < 0.15,
- mtl < 2.4,
-- mtl-compat,
- network < 3.3,
- http-streams,
- HsOpenSSL,
+@@ -37,7 +37,6 @@
+ Build-depends: base >= 4.9 && < 4.22,
+ base-compat >= 0.8 && < 0.15,
+ mtl < 2.4,
+- mtl-compat,
+ network < 3.3,
+ http-streams,
+ HsOpenSSL,
=====================================
patches/snap/1.1.3.3/no-test-framework-smallcheck
=====================================
@@ -2,11 +2,11 @@ Index: b/snap.cabal
===================================================================
--- a/snap.cabal
+++ b/snap.cabal
-@@ -278,7 +278,6 @@ Test-suite testsuite
- test-framework >= 0.8.0.3 && < 0.9,
- test-framework-hunit >= 0.3.0.1 && < 0.4,
- test-framework-quickcheck2 >= 0.3.0.3 && < 0.4,
-- test-framework-smallcheck >= 0.2 && < 0.3,
- text,
- time,
- transformers,
+@@ -282,7 +282,6 @@
+ test-framework >= 0.8.0.3 && < 0.9,
+ test-framework-hunit >= 0.3.0.1 && < 0.4,
+ test-framework-quickcheck2 >= 0.3.0.3 && < 0.4,
+- test-framework-smallcheck >= 0.2 && < 0.3,
+ text,
+ time,
+ transformers,
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/db0163d67c8c72c0b93174b119a799dfa78efaba
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/db0163d67c8c72c0b93174b119a799dfa78efaba
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/20250810/f2cfa85e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list