[Git][haskell-team/DHG_packages][master] profunctors: patch for newer base-orphans
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 21:58:19 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ee3c1503 by Clint Adams at 2018-04-14T16:57:56-04:00
profunctors: patch for newer base-orphans
- - - - -
4 changed files:
- p/haskell-profunctors/debian/changelog
- p/haskell-profunctors/debian/control
- + p/haskell-profunctors/debian/patches/newer-deps
- + p/haskell-profunctors/debian/patches/series
Changes:
=====================================
p/haskell-profunctors/debian/changelog
=====================================
--- a/p/haskell-profunctors/debian/changelog
+++ b/p/haskell-profunctors/debian/changelog
@@ -1,3 +1,9 @@
+haskell-profunctors (5.2.2-2) unstable; urgency=medium
+
+ * Patch for newer base-orphans.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 16:57:21 -0400
+
haskell-profunctors (5.2.2-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-profunctors/debian/control
=====================================
--- a/p/haskell-profunctors/debian/control
+++ b/p/haskell-profunctors/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-base-orphans-dev (>= 0.4),
- libghc-base-orphans-dev (<< 0.7),
+ libghc-base-orphans-dev (<< 0.8),
libghc-base-orphans-prof,
libghc-bifunctors-dev (<< 6),
libghc-bifunctors-dev (>= 5.2),
=====================================
p/haskell-profunctors/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-profunctors/debian/patches/newer-deps
@@ -0,0 +1,11 @@
+--- a/profunctors.cabal
++++ b/profunctors.cabal
+@@ -30,7 +30,7 @@
+ library
+ build-depends:
+ base >= 4 && < 5,
+- base-orphans >= 0.4 && < 0.7,
++ base-orphans >= 0.4 && < 0.8,
+ bifunctors >= 5.2 && < 6,
+ comonad >= 4 && < 6,
+ contravariant >= 1 && < 2,
=====================================
p/haskell-profunctors/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-profunctors/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ee3c1503db7ea670316b7988f24a12572691bbd8
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ee3c1503db7ea670316b7988f24a12572691bbd8
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/9dbfecd8/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list