summaryrefslogtreecommitdiff
path: root/p/haskell-diagrams-lib
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-06-21 09:07:30 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-06-21 09:07:30 +0200
commite9392b6d64927a1be413b24923890e7a5667030f (patch)
tree206296b9a8703f06a281dfd34e2f4ac8c85fe560 /p/haskell-diagrams-lib
parentfa05a21a9100d2adad1d381c8dab932e83107646 (diff)
downloadDHG_packages-e9392b6d64927a1be413b24923890e7a5667030f.tar.gz
haskell-diagrams-lib: fix build by bumping directory bounds
Diffstat (limited to 'p/haskell-diagrams-lib')
-rw-r--r--p/haskell-diagrams-lib/debian/changelog7
-rw-r--r--p/haskell-diagrams-lib/debian/patches/bump-directory-bounds.patch11
-rw-r--r--p/haskell-diagrams-lib/debian/patches/series1
3 files changed, 19 insertions, 0 deletions
diff --git a/p/haskell-diagrams-lib/debian/changelog b/p/haskell-diagrams-lib/debian/changelog
index 17327e5d6..665b138e5 100644
--- a/p/haskell-diagrams-lib/debian/changelog
+++ b/p/haskell-diagrams-lib/debian/changelog
@@ -1,3 +1,10 @@
+haskell-diagrams-lib (1.3.1.4-4) unstable; urgency=medium
+
+ * Team upload.
+ * Bump directory bounds
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 21 Jun 2017 09:07:02 +0200
+
haskell-diagrams-lib (1.3.1.4-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-diagrams-lib/debian/patches/bump-directory-bounds.patch b/p/haskell-diagrams-lib/debian/patches/bump-directory-bounds.patch
new file mode 100644
index 000000000..72071f5f7
--- /dev/null
+++ b/p/haskell-diagrams-lib/debian/patches/bump-directory-bounds.patch
@@ -0,0 +1,11 @@
+--- haskell-diagrams-lib-1.3.1.4.orig/diagrams-lib.cabal
++++ haskell-diagrams-lib-1.3.1.4/diagrams-lib.cabal
+@@ -123,7 +123,7 @@ Library
+ distributive >=0.2.2 && < 1.0,
+ process >= 1.1 && < 1.5,
+ fsnotify >= 0.2.1 && < 0.3,
+- directory >= 1.2 && < 1.3,
++ directory >= 1.2 && < 1.4,
+ unordered-containers >= 0.2 && < 0.3,
+ text >= 0.7.1 && < 1.3,
+ mtl >= 2.0 && < 2.3,
diff --git a/p/haskell-diagrams-lib/debian/patches/series b/p/haskell-diagrams-lib/debian/patches/series
new file mode 100644
index 000000000..7bd82d63c
--- /dev/null
+++ b/p/haskell-diagrams-lib/debian/patches/series
@@ -0,0 +1 @@
+bump-directory-bounds.patch