[DHG_packages] 25/34: ghc-mod: 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 04a94771421c919f510580b9cc5982af8050cc37
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Wed Jan 25 21:28:48 2017 +0200

    ghc-mod: Bump bounds for newer directory
---
 p/ghc-mod/debian/changelog               |  6 ++++++
 p/ghc-mod/debian/patches/newer-directory | 36 ++++++++++++++++++++++++++++++++
 p/ghc-mod/debian/patches/series          |  1 +
 3 files changed, 43 insertions(+)

diff --git a/p/ghc-mod/debian/changelog b/p/ghc-mod/debian/changelog
index 7f88a85..95aa5fd 100644
--- a/p/ghc-mod/debian/changelog
+++ b/p/ghc-mod/debian/changelog
@@ -1,3 +1,9 @@
+ghc-mod (5.6.0.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 21:28:37 +0200
+
 ghc-mod (5.6.0.0-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/ghc-mod/debian/patches/newer-directory b/p/ghc-mod/debian/patches/newer-directory
new file mode 100644
index 0000000..f1c733a
--- /dev/null
+++ b/p/ghc-mod/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/ghc-mod.cabal
+===================================================================
+--- a/ghc-mod.cabal
++++ b/ghc-mod.cabal
+@@ -176,7 +176,7 @@ Library
+                       , containers        < 0.6
+                       , cabal-helper      < 0.8 && >= 0.7.1.0
+                       , deepseq           < 1.5
+-                      , directory         < 1.3
++                      , directory         < 1.4
+                       , filepath          < 1.5
+                       , ghc               < 8.2 && >= 7.6
+                       , ghc-paths         < 0.2
+@@ -221,7 +221,7 @@ Executable ghc-mod
+   Default-Extensions:   ConstraintKinds, FlexibleContexts
+   HS-Source-Dirs:       src
+   Build-Depends:        base      < 5 && >= 4.0
+-                      , directory < 1.3
++                      , directory < 1.4
+                       , filepath  < 1.5
+                       , pretty    < 1.2
+                       , process   < 1.5
+@@ -246,7 +246,7 @@ Executable ghc-modi
+   Build-Depends:        base      < 5 && >= 4.0
+                       , binary    < 0.9 && >= 0.5.1.0
+                       , deepseq   < 1.5
+-                      , directory < 1.3
++                      , directory < 1.4
+                       , filepath  < 1.5
+                       , process   < 1.5
+                       , old-time  < 1.2
diff --git a/p/ghc-mod/debian/patches/series b/p/ghc-mod/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/ghc-mod/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