[Git][haskell-team/DHG_packages][master] data-reify: patch for newer base-compat
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Sep 11 19:06:59 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
bb02b2d5 by Clint Adams at 2023-09-11T14:06:37-04:00
data-reify: patch for newer base-compat
- - - - -
3 changed files:
- p/haskell-data-reify/debian/changelog
- + p/haskell-data-reify/debian/patches/newer-deps
- + p/haskell-data-reify/debian/patches/series
Changes:
=====================================
p/haskell-data-reify/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-data-reify (0.6.3-4) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Mon, 11 Sep 2023 14:06:02 -0400
+
haskell-data-reify (0.6.3-3) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-data-reify/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/data-reify.cabal
++++ b/data-reify.cabal
+@@ -63,7 +63,7 @@ test-suite spec
+ main-is: Spec.hs
+ other-modules: Data.ReifySpec
+ build-depends: base >= 4 && < 5
+- , base-compat >= 0.11 && < 0.12
++ , base-compat >= 0.11 && < 0.14
+ , data-reify
+ , hspec == 2.*
+ build-tool-depends: hspec-discover:hspec-discover == 2.*
=====================================
p/haskell-data-reify/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bb02b2d50435b365ca9a547e72d4fb7b484c4658
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bb02b2d50435b365ca9a547e72d4fb7b484c4658
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/20230911/a46b6b00/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list