[Git][haskell-team/DHG_packages][master] recursion-schemes: patch for newer base-orphans, free, template-haskell
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 22:02:29 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
04643f3b by Clint Adams at 2018-04-14T17:01:54-04:00
recursion-schemes: patch for newer base-orphans, free, template-haskell
- - - - -
4 changed files:
- p/haskell-recursion-schemes/debian/changelog
- p/haskell-recursion-schemes/debian/control
- + p/haskell-recursion-schemes/debian/patches/newer-deps
- + p/haskell-recursion-schemes/debian/patches/series
Changes:
=====================================
p/haskell-recursion-schemes/debian/changelog
=====================================
--- a/p/haskell-recursion-schemes/debian/changelog
+++ b/p/haskell-recursion-schemes/debian/changelog
@@ -1,3 +1,9 @@
+haskell-recursion-schemes (5.0.2-3) unstable; urgency=medium
+
+ * Patch for newer base-orphans, free, template-haskell.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 17:01:28 -0400
+
haskell-recursion-schemes (5.0.2-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-recursion-schemes/debian/control
=====================================
--- a/p/haskell-recursion-schemes/debian/control
+++ b/p/haskell-recursion-schemes/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-base-orphans-dev (>= 0.5.4),
- libghc-base-orphans-dev (<< 0.7),
+ libghc-base-orphans-dev (<< 0.8),
libghc-base-orphans-prof,
libghc-bifunctors-dev (>= 4),
libghc-bifunctors-dev (<< 6),
@@ -19,8 +19,8 @@ Build-Depends:
libghc-comonad-dev (<< 6),
libghc-comonad-dev (>= 4),
libghc-comonad-prof,
- libghc-free-dev (<< 5),
libghc-free-dev (>= 4),
+ libghc-free-dev (<< 6),
libghc-free-prof,
libghc-semigroups-dev (>= 0.8.3.1),
libghc-semigroups-dev (<< 1),
=====================================
p/haskell-recursion-schemes/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-recursion-schemes/debian/patches/newer-deps
@@ -0,0 +1,27 @@
+--- a/recursion-schemes.cabal
++++ b/recursion-schemes.cabal
+@@ -45,7 +45,7 @@
+ base >= 4 && < 5,
+ bifunctors >= 4 && < 6,
+ comonad >= 4 && < 6,
+- free >= 4 && < 5,
++ free >= 4 && < 6,
+ semigroups >= 0.8.3.1 && < 1,
+ transformers >= 0.2 && < 1,
+ transformers-compat >= 0.3 && < 1
+@@ -61,7 +61,7 @@
+ Data.Functor.Foldable
+
+ if flag(template-haskell)
+- build-depends: template-haskell >= 2.5.0.0 && < 2.13, base-orphans >= 0.5.4 && <0.7
++ build-depends: template-haskell >= 2.5.0.0 && < 2.14, base-orphans >= 0.5.4 && <0.8
+ exposed-modules:
+ Data.Functor.Foldable.TH
+
+@@ -79,5 +79,5 @@
+ base,
+ HUnit <1.7,
+ recursion-schemes,
+- template-haskell >= 2.5.0.0 && < 2.13,
++ template-haskell >= 2.5.0.0 && < 2.14,
+ transformers >= 0.2 && < 1
=====================================
p/haskell-recursion-schemes/debian/patches/series
=====================================
--- /dev/null
+++ b/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/04643f3b3df33d485b95c3b220d7606d6597c2df
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/04643f3b3df33d485b95c3b220d7606d6597c2df
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/20180414/227d5d19/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list