[DHG_packages] 27/34: stack: Bump bounds for newer directory
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch ghc-8.0.2
in repository DHG_packages.
commit 0dd520370bf10cf054bbefea6db6db7225fafe0c
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Thu Jan 26 18:33:58 2017 +0200
stack: Bump bounds for newer directory
---
p/haskell-stack/debian/changelog | 6 +++
.../debian/patches/new-metadata-from-hackage | 2 +
p/haskell-stack/debian/patches/newer-directory | 45 ++++++++++++++++++++++
p/haskell-stack/debian/patches/series | 1 +
4 files changed, 54 insertions(+)
diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
index e741fa7..3a19e46 100644
--- a/p/haskell-stack/debian/changelog
+++ b/p/haskell-stack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-stack (1.1.2-8) unstable; urgency=medium
+
+ * Bump bounds for newer directory, shipped with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Thu, 26 Jan 2017 18:24:11 +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/new-metadata-from-hackage b/p/haskell-stack/debian/patches/new-metadata-from-hackage
index 2849271..400deea 100644
--- a/p/haskell-stack/debian/patches/new-metadata-from-hackage
+++ b/p/haskell-stack/debian/patches/new-metadata-from-hackage
@@ -1,3 +1,5 @@
+Index: b/stack.cabal
+===================================================================
--- a/stack.cabal
+++ b/stack.cabal
@@ -1,340 +1,341 @@
diff --git a/p/haskell-stack/debian/patches/newer-directory b/p/haskell-stack/debian/patches/newer-directory
new file mode 100644
index 0000000..0678c20
--- /dev/null
+++ b/p/haskell-stack/debian/patches/newer-directory
@@ -0,0 +1,45 @@
+Description: Bump bounds for newer directory
+ Bump bounds for directory 1.3.0.0, shipped with ghc-8.0.2.
+Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
+Origin: no
+
+Index: b/stack.cabal
+===================================================================
+--- a/stack.cabal
++++ b/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,
+@@ -325,7 +325,7 @@ test-suite stack-integration-test
+ conduit >=1.2.6.6 && <1.3,
+ conduit-extra >=1.1.13.1 && <1.2,
+ containers >=0.5.5.1 && <0.6,
+- directory >=1.2.2.0 && <1.3,
++ directory >=1.2.2.0 && <1.4,
+ filepath >=1.4.0.0 && <1.5,
+ hspec >=2.2.3 && <2.3,
+ process >= 1.2.0.0 && < 1.5,
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