[DHG_packages] 10/34: cabal-helper: Bump bounds for newer directory
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:46 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 2d50d822453ff484e8fba9cf78a1e8bc7954894e
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Wed Jan 25 21:20:17 2017 +0200
cabal-helper: Bump bounds for newer directory
---
p/haskell-cabal-helper/debian/changelog | 6 ++++
.../debian/patches/newer-directory | 36 ++++++++++++++++++++++
p/haskell-cabal-helper/debian/patches/series | 1 +
3 files changed, 43 insertions(+)
diff --git a/p/haskell-cabal-helper/debian/changelog b/p/haskell-cabal-helper/debian/changelog
index eee9e8f..cb25661 100644
--- a/p/haskell-cabal-helper/debian/changelog
+++ b/p/haskell-cabal-helper/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cabal-helper (0.7.2.0-4) unstable; urgency=medium
+
+ * Bump bounds for newer directory, shipped with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Wed, 25 Jan 2017 19:08:56 +0200
+
haskell-cabal-helper (0.7.2.0-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-cabal-helper/debian/patches/newer-directory b/p/haskell-cabal-helper/debian/patches/newer-directory
new file mode 100644
index 0000000..a492d8b
--- /dev/null
+++ b/p/haskell-cabal-helper/debian/patches/newer-directory
@@ -0,0 +1,36 @@
+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/cabal-helper.cabal
+===================================================================
+--- a/cabal-helper.cabal
++++ b/cabal-helper.cabal
+@@ -50,7 +50,7 @@ library
+ GHC-Options: -Wall
+ Build-Depends: base < 5 && >= 4.5
+ , Cabal < 1.26 && >= 1.14
+- , directory < 1.3 && >= 1.1.0.2
++ , directory < 1.4 && >= 1.1.0.2
+ , filepath < 1.5 && >= 1.3.0.0
+ , transformers < 0.6 && >= 0.3.0.0
+ , mtl < 2.3 && >= 2.0
+@@ -74,7 +74,7 @@ Executable cabal-helper-wrapper-v0.7
+ Build-Depends: base < 5 && >= 4.5
+ , Cabal < 1.26 && >= 1.14
+ , bytestring < 0.11 && >= 0.9.2.1
+- , directory < 1.3 && >= 1.1.0.2
++ , directory < 1.4 && >= 1.1.0.2
+ , filepath < 1.5 && >= 1.3.0.0
+ , transformers < 0.6 && >= 0.3.0.0
+ , mtl < 2.3 && >= 2.0
+@@ -103,7 +103,7 @@ Test-Suite spec
+ Build-Depends: base < 5 && >= 4.5
+ , Cabal < 1.26 && >= 1.14
+ , bytestring < 0.11 && >= 0.9.2.1
+- , directory < 1.3 && >= 1.1.0.2
++ , directory < 1.4 && >= 1.1.0.2
+ , filepath < 1.5 && >= 1.3.0.0
+ , transformers < 0.6 && >= 0.3.0.0
+ , mtl < 2.3 && >= 2.0
diff --git a/p/haskell-cabal-helper/debian/patches/series b/p/haskell-cabal-helper/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-cabal-helper/debian/patches/series
@@ -0,0 +1 @@
+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