[Git][haskell-team/DHG_packages][master] mueval: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Jan 9 03:25:18 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9065c8b1 by Scott Talbert at 2026-01-08T22:22:48-05:00
mueval: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-mueval/debian/changelog
- p/haskell-mueval/debian/patches/newer-deps
- p/haskell-mueval/debian/patches/newer-deps-non-hackage
Changes:
=====================================
p/haskell-mueval/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-mueval (0.9.4-3) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Thu, 08 Jan 2026 22:19:42 -0500
+
haskell-mueval (0.9.4-2) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-mueval/debian/patches/newer-deps
=====================================
@@ -10,30 +10,51 @@ Index: b/mueval.cabal
license: BSD3
license-file: LICENSE
maintainer: Terence Ng <stoicism03 at gmail.com>
-@@ -41,7 +42,7 @@ library
+@@ -41,12 +42,12 @@ library
build-depends:
Cabal >=3.8.1.0 && <3.9,
- QuickCheck >=2.14.3 && <2.15,
+ QuickCheck >=2.14.3 && <2.16,
base >=4.5 && <5,
- containers >=0.6.7 && <0.7,
+- containers >=0.6.7 && <0.7,
++ containers >=0.6.7 && <0.8,
directory >=1.3.7.1 && <1.4,
-@@ -67,7 +68,7 @@ executable mueval
+ extensible-exceptions >=0.1.1.4 && <0.2,
+- filepath >=1.4.2.2 && <1.5,
++ filepath >=1.4.2.2 && <1.6,
+ hint >=0.9.0.7 && <0.10,
+ mtl >=2.2.2 && <2.3,
+ process >=1.6.16.0 && <1.7,
+@@ -67,12 +68,12 @@ executable mueval
build-depends:
Cabal >=3.8.1.0 && <3.9,
- QuickCheck >=2.14.3 && <2.15,
+ QuickCheck >=2.14.3 && <2.16,
base >=4.5 && <5,
- containers >=0.6.7 && <0.7,
+- containers >=0.6.7 && <0.7,
++ containers >=0.6.7 && <0.8,
directory >=1.3.7.1 && <1.4,
-@@ -95,7 +96,7 @@ test-suite mueval-test
+ extensible-exceptions >=0.1.1.4 && <0.2,
+- filepath >=1.4.2.2 && <1.5,
++ filepath >=1.4.2.2 && <1.6,
+ hint >=0.9.0.7 && <0.10,
+ mtl >=2.2.2 && <2.3,
+ mueval,
+@@ -95,12 +96,12 @@ test-suite mueval-test
build-depends:
Cabal >=3.8.1.0 && <3.9,
- QuickCheck >=2.14.3 && <2.15,
+ QuickCheck >=2.14.3 && <2.16,
base >=4.5 && <5,
- containers >=0.6.7 && <0.7,
+- containers >=0.6.7 && <0.7,
++ containers >=0.6.7 && <0.8,
directory >=1.3.7.1 && <1.4,
+ extensible-exceptions >=0.1.1.4 && <0.2,
+- filepath >=1.4.2.2 && <1.5,
++ filepath >=1.4.2.2 && <1.6,
+ hint >=0.9.0.7 && <0.10,
+ mtl >=2.2.2 && <2.3,
+ mueval,
=====================================
p/haskell-mueval/debian/patches/newer-deps-non-hackage
=====================================
@@ -10,10 +10,10 @@ Index: b/mueval.cabal
+ Cabal >=3.8.1.0,
QuickCheck >=2.14.3 && <2.16,
base >=4.5 && <5,
- containers >=0.6.7 && <0.7,
+ containers >=0.6.7 && <0.8,
@@ -49,11 +49,11 @@ library
extensible-exceptions >=0.1.1.4 && <0.2,
- filepath >=1.4.2.2 && <1.5,
+ filepath >=1.4.2.2 && <1.6,
hint >=0.9.0.7 && <0.10,
- mtl >=2.2.2 && <2.3,
+ mtl >=2.2.2,
@@ -33,10 +33,10 @@ Index: b/mueval.cabal
+ Cabal >=3.8.1.0,
QuickCheck >=2.14.3 && <2.16,
base >=4.5 && <5,
- containers >=0.6.7 && <0.7,
+ containers >=0.6.7 && <0.8,
@@ -75,12 +75,12 @@ executable mueval
extensible-exceptions >=0.1.1.4 && <0.2,
- filepath >=1.4.2.2 && <1.5,
+ filepath >=1.4.2.2 && <1.6,
hint >=0.9.0.7 && <0.10,
- mtl >=2.2.2 && <2.3,
+ mtl >=2.2.2,
@@ -57,10 +57,10 @@ Index: b/mueval.cabal
+ Cabal >=3.8.1.0,
QuickCheck >=2.14.3 && <2.16,
base >=4.5 && <5,
- containers >=0.6.7 && <0.7,
+ containers >=0.6.7 && <0.8,
@@ -103,9 +103,9 @@ test-suite mueval-test
extensible-exceptions >=0.1.1.4 && <0.2,
- filepath >=1.4.2.2 && <1.5,
+ filepath >=1.4.2.2 && <1.6,
hint >=0.9.0.7 && <0.10,
- mtl >=2.2.2 && <2.3,
+ mtl >=2.2.2,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9065c8b1d1e4c08443bca5a8f0655dc37815c963
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9065c8b1d1e4c08443bca5a8f0655dc37815c963
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/20260109/9ef17aa9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list