[DHG_packages] 20/34: path-io: Bump bounds for newer directory

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:48 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 4ddb97295e228ab4bbbf573d7b4d7899b3cbbb96
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Wed Jan 25 21:25:12 2017 +0200

    path-io: Bump bounds for newer directory
---
 p/haskell-path-io/debian/changelog               |  6 ++++++
 p/haskell-path-io/debian/patches/newer-directory | 18 ++++++++++++++++++
 p/haskell-path-io/debian/patches/series          |  1 +
 3 files changed, 25 insertions(+)

diff --git a/p/haskell-path-io/debian/changelog b/p/haskell-path-io/debian/changelog
index cfdc58e..2ae672a 100644
--- a/p/haskell-path-io/debian/changelog
+++ b/p/haskell-path-io/debian/changelog
@@ -1,3 +1,9 @@
+haskell-path-io (1.2.0-3) 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:34:32 +0200
+
 haskell-path-io (1.2.0-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-path-io/debian/patches/newer-directory b/p/haskell-path-io/debian/patches/newer-directory
new file mode 100644
index 0000000..6f17e11
--- /dev/null
+++ b/p/haskell-path-io/debian/patches/newer-directory
@@ -0,0 +1,18 @@
+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/path-io.cabal
+===================================================================
+--- a/path-io.cabal
++++ b/path-io.cabal
+@@ -54,7 +54,7 @@ flag dev
+ library
+   build-depends:      base         >= 4.7     && < 5.0
+                     , containers
+-                    , directory    >= 1.2.2.0 && < 1.3
++                    , directory    >= 1.2.2.0 && < 1.4
+                     , exceptions   >= 0.8     && < 0.9
+                     , filepath     >= 1.2     && < 1.5
+                     , path         >= 0.5     && < 0.6
diff --git a/p/haskell-path-io/debian/patches/series b/p/haskell-path-io/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-path-io/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