[DHG_packages] 02/03: haskell-diagrams-lib: fix build by bumping directory bounds
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Jun 21 07:10:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository DHG_packages.
commit e9392b6d64927a1be413b24923890e7a5667030f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jun 21 09:07:30 2017 +0200
haskell-diagrams-lib: fix build by bumping directory bounds
---
p/haskell-diagrams-lib/debian/changelog | 7 +++++++
.../debian/patches/bump-directory-bounds.patch | 11 +++++++++++
p/haskell-diagrams-lib/debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/p/haskell-diagrams-lib/debian/changelog b/p/haskell-diagrams-lib/debian/changelog
index 17327e5..665b138 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 at 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 0000000..72071f5
--- /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 0000000..7bd82d6
--- /dev/null
+++ b/p/haskell-diagrams-lib/debian/patches/series
@@ -0,0 +1 @@
+bump-directory-bounds.patch
--
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