summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-06-23 20:08:21 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-06-23 20:08:21 +0200
commit6fdfa763c4d54eb4c926a1098809116393da3e15 (patch)
tree12c3124a741b718cbbff2fa0b72a86005a34b2eb
parentc3a707b786625196b52737a836ee512fb054a2a6 (diff)
downloadDHG_packages-6fdfa763c4d54eb4c926a1098809116393da3e15.tar.gz
haskell-binary-orphans: bump semigroup dependency
-rw-r--r--p/haskell-binary-orphans/debian/changelog7
-rw-r--r--p/haskell-binary-orphans/debian/control2
-rw-r--r--p/haskell-binary-orphans/debian/patches/bump-semigroup-bounds.patch11
-rw-r--r--p/haskell-binary-orphans/debian/patches/series1
4 files changed, 20 insertions, 1 deletions
diff --git a/p/haskell-binary-orphans/debian/changelog b/p/haskell-binary-orphans/debian/changelog
index aaea7d52b..daa25a231 100644
--- a/p/haskell-binary-orphans/debian/changelog
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -1,3 +1,10 @@
+haskell-binary-orphans (0.1.6.0-2) unstable; urgency=medium
+
+ * Team upload
+ * Bump semigroup dependency
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 23 Jun 2017 19:41:01 +0200
+
haskell-binary-orphans (0.1.6.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-binary-orphans/debian/control b/p/haskell-binary-orphans/debian/control
index 37f73bcd5..f22921eee 100644
--- a/p/haskell-binary-orphans/debian/control
+++ b/p/haskell-binary-orphans/debian/control
@@ -26,7 +26,7 @@ Build-Depends:
libghc-scientific-dev (<< 0.4),
libghc-scientific-dev (>= 0.3.3.8),
libghc-scientific-prof,
- libghc-semigroups-dev (<< 0.18.3),
+ libghc-semigroups-dev (<< 0.18.4),
libghc-semigroups-dev (>= 0.16.2.2),
libghc-semigroups-prof,
libghc-tagged-dev (>= 0.7.3),
diff --git a/p/haskell-binary-orphans/debian/patches/bump-semigroup-bounds.patch b/p/haskell-binary-orphans/debian/patches/bump-semigroup-bounds.patch
new file mode 100644
index 000000000..92690c375
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/bump-semigroup-bounds.patch
@@ -0,0 +1,11 @@
+--- haskell-binary-orphans-0.1.6.0.orig/binary-orphans.cabal
++++ haskell-binary-orphans-0.1.6.0/binary-orphans.cabal
+@@ -41,7 +41,7 @@ library
+ , vector-binary-instances >=0.2.1.0 && <0.3
+ if !impl(ghc >= 8.0)
+ build-depends:
+- semigroups >=0.16.2.2 && <0.18.3
++ semigroups >=0.16.2.2 && <0.18.4
+ if !impl(ghc >= 7.10)
+ build-depends:
+ void >=0.7 && <0.8
diff --git a/p/haskell-binary-orphans/debian/patches/series b/p/haskell-binary-orphans/debian/patches/series
index e38a34345..f4248c81e 100644
--- a/p/haskell-binary-orphans/debian/patches/series
+++ b/p/haskell-binary-orphans/debian/patches/series
@@ -1 +1,2 @@
newer-aeson
+bump-semigroup-bounds.patch