[Git][haskell-team/DHG_packages][master] recursion-schemes: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Sep 14 18:36:11 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3eb1e723 by Clint Adams at 2023-09-14T13:35:53-04:00
recursion-schemes: patch for newer deps

- - - - -


3 changed files:

- p/haskell-recursion-schemes/debian/changelog
- + p/haskell-recursion-schemes/debian/patches/newer-deps
- + p/haskell-recursion-schemes/debian/patches/series


Changes:

=====================================
p/haskell-recursion-schemes/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-recursion-schemes (5.2.2.4-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Thu, 14 Sep 2023 13:34:46 -0400
+
 haskell-recursion-schemes (5.2.2.4-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-recursion-schemes/debian/patches/newer-deps
=====================================
@@ -0,0 +1,15 @@
+--- a/recursion-schemes.cabal
++++ b/recursion-schemes.cabal
+@@ -83,9 +83,9 @@ library
+ 
+   if flag(template-haskell)
+     build-depends:
+-      template-haskell >= 2.5.0.0 && < 2.20,
+-      base-orphans     >= 0.5.4   && < 0.9,
+-      th-abstraction   >= 0.4     && < 0.6
++      template-haskell >= 2.5.0.0 && < 2.21,
++      base-orphans     >= 0,
++      th-abstraction   >= 0.4     && < 0.7
+     exposed-modules:
+       Data.Functor.Foldable.TH
+ 


=====================================
p/haskell-recursion-schemes/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3eb1e723228fc882bf4ac77e577b7181fbbb0fc1

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3eb1e723228fc882bf4ac77e577b7181fbbb0fc1
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/20230914/76535e50/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list