[DHG_packages] 01/01: haskell-stack: fix build by bumping directory bounds

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Jun 21 07:01: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 5b1fd1807f74889fad97ccdc4ff80801b100e140
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Jun 21 09:01:08 2017 +0200

    haskell-stack: fix build by bumping directory bounds
---
 p/haskell-stack/debian/changelog               |  7 ++++++
 p/haskell-stack/debian/patches/newer-directory | 34 ++++++++++++++++++++++++++
 p/haskell-stack/debian/patches/series          |  1 +
 3 files changed, 42 insertions(+)

diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
index e741fa7..71a9b82 100644
--- a/p/haskell-stack/debian/changelog
+++ b/p/haskell-stack/debian/changelog
@@ -1,3 +1,10 @@
+haskell-stack (1.1.2-8) unstable; urgency=medium
+
+  * Team upload.
+  * Bump directory bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 21 Jun 2017 09:00:37 +0200
+
 haskell-stack (1.1.2-7) unstable; urgency=medium
 
   * Add missing dependency on ca-certificates (Closes: #800066).
diff --git a/p/haskell-stack/debian/patches/newer-directory b/p/haskell-stack/debian/patches/newer-directory
new file mode 100644
index 0000000..81a2ec5
--- /dev/null
+++ b/p/haskell-stack/debian/patches/newer-directory
@@ -0,0 +1,34 @@
+Description: Bump directory bounds on buildds.
+Author: Bhavani Shankar <bhavi at ubuntu.com>
+
+Index: haskell-stack-1.1.2/stack.cabal
+===================================================================
+--- haskell-stack-1.1.2.orig/stack.cabal
++++ haskell-stack-1.1.2/stack.cabal
+@@ -165,7 +165,7 @@ library
+         containers >=0.5.5.1 && <0.6,
+         cryptohash >=0.11.6 && <0.12,
+         cryptohash-conduit >=0.1.1 && <0.2,
+-        directory >=1.2.1.0 && <1.3,
++        directory >=1.2.1.0 && <1.4,
+         edit-distance ==0.2.*,
+         either >=4.4.1.1 && <4.5,
+         enclosed-exceptions >=1.0.1.1 && <1.1,
+@@ -252,7 +252,7 @@ executable stack
+         base >=4.7 && <5,
+         bytestring >=0.10.4.0 && <0.11,
+         containers >=0.5.5.1 && <0.6,
+-        directory >=1.2.2.0 && <1.3,
++        directory >=1.2.2.0 && <1.4,
+         filelock >=0.1.0.1 && <0.2,
+         filepath >=1.4.0.0 && <1.5,
+         http-client >=0.4.28 && <0.5,
+@@ -285,7 +285,7 @@ test-suite stack-test
+         conduit-extra >=1.1.13.1 && <1.2,
+         containers >=0.5.5.1 && <0.6,
+         cryptohash >=0.11.6 && <0.12,
+-        directory >=1.2.2.0 && <1.3,
++        directory >=1.2.2.0 && <1.4,
+         exceptions >=0.8.2.1 && <0.9,
+         hspec >=2.2.3 && <2.3,
+         http-conduit >=2.1.10.1 && <2.2,
diff --git a/p/haskell-stack/debian/patches/series b/p/haskell-stack/debian/patches/series
index 0131f75..dbd3cae 100644
--- a/p/haskell-stack/debian/patches/series
+++ b/p/haskell-stack/debian/patches/series
@@ -1 +1,2 @@
 new-metadata-from-hackage
+newer-directory

-- 
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