[DHG_packages] 01/02: monoid-extras: Patch for newer versions of haskell-semigroupoids

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Wed Oct 18 16:31:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 0604799efe76181daf6bc98a3114dcd8da1b51e5
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Wed Oct 18 19:07:46 2017 +0300

    monoid-extras: Patch for newer versions of haskell-semigroupoids
---
 p/haskell-monoid-extras/debian/changelog               |  6 ++++++
 p/haskell-monoid-extras/debian/control                 |  2 +-
 .../debian/patches/newer-semigroupoids                 | 18 ++++++++++++++++++
 p/haskell-monoid-extras/debian/patches/series          |  1 +
 4 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/p/haskell-monoid-extras/debian/changelog b/p/haskell-monoid-extras/debian/changelog
index ea35431..4b02d1e 100644
--- a/p/haskell-monoid-extras/debian/changelog
+++ b/p/haskell-monoid-extras/debian/changelog
@@ -1,3 +1,9 @@
+haskell-monoid-extras (0.4.2-4) UNRELEASED; urgency=medium
+
+  * Patch in order to work with newer versions of haskell-semigroupoids
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 18 Oct 2017 19:06:53 +0300
+
 haskell-monoid-extras (0.4.2-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-monoid-extras/debian/control b/p/haskell-monoid-extras/debian/control
index f7320ba..aea7f21 100644
--- a/p/haskell-monoid-extras/debian/control
+++ b/p/haskell-monoid-extras/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-groups-dev (<< 0.5),
  libghc-groups-prof,
- libghc-semigroupoids-dev (<< 5.2),
+ libghc-semigroupoids-dev (<< 5.3),
  libghc-semigroupoids-dev (>= 4.0),
  libghc-semigroupoids-prof,
  libghc-semigroups-dev (<< 0.19),
diff --git a/p/haskell-monoid-extras/debian/patches/newer-semigroupoids b/p/haskell-monoid-extras/debian/patches/newer-semigroupoids
new file mode 100644
index 0000000..02983be
--- /dev/null
+++ b/p/haskell-monoid-extras/debian/patches/newer-semigroupoids
@@ -0,0 +1,18 @@
+Description: Bump bounds for newer semigroupoids
+ Bump bounds for semigroupoids 5.2, shipped in unstable
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Forwarded: not-needed, fixed in newer version
+Applied-Upstream: https://github.com/diagrams/monoid-extras/commit/3aee8cb1c072b
+Index: b/monoid-extras.cabal
+===================================================================
+--- a/monoid-extras.cabal
++++ b/monoid-extras.cabal
+@@ -38,7 +38,7 @@ library
+   build-depends:     base >= 4.3 && < 4.10,
+                      groups < 0.5,
+                      semigroups >= 0.8 && < 0.19,
+-                     semigroupoids >= 4.0 && < 5.2
++                     semigroupoids >= 4.0 && < 5.3
+ 
+   hs-source-dirs:    src
+ 
diff --git a/p/haskell-monoid-extras/debian/patches/series b/p/haskell-monoid-extras/debian/patches/series
new file mode 100644
index 0000000..a32a3e9
--- /dev/null
+++ b/p/haskell-monoid-extras/debian/patches/series
@@ -0,0 +1 @@
+newer-semigroupoids

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list