[DHG_packages] 37/101: Glob: GHC-7.10 compat patch

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit ade7313003d75cc3d2edcaf88de65081249f6cbf
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 19:15:26 2015 +0200

    Glob: GHC-7.10 compat patch
---
 p/haskell-glob/debian/changelog               |  6 ++++++
 p/haskell-glob/debian/patches/ghc-7.10-compat | 13 +++++++++++++
 p/haskell-glob/debian/patches/series          |  1 +
 3 files changed, 20 insertions(+)

diff --git a/p/haskell-glob/debian/changelog b/p/haskell-glob/debian/changelog
index e9ebb64..85d5f2c 100644
--- a/p/haskell-glob/debian/changelog
+++ b/p/haskell-glob/debian/changelog
@@ -1,3 +1,9 @@
+haskell-glob (0.7.5-5) UNRELEASED; urgency=medium
+
+  * GHC-7.10 compat patch
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 19:14:27 +0200
+
 haskell-glob (0.7.5-4) unstable; urgency=medium
 
   * Fix Homepage URL (and secure a DUCK lighter)
diff --git a/p/haskell-glob/debian/patches/ghc-7.10-compat b/p/haskell-glob/debian/patches/ghc-7.10-compat
new file mode 100644
index 0000000..015500c
--- /dev/null
+++ b/p/haskell-glob/debian/patches/ghc-7.10-compat
@@ -0,0 +1,13 @@
+Index: haskell-glob/Glob.cabal
+===================================================================
+--- haskell-glob.orig/Glob.cabal	2014-05-08 20:30:42.000000000 +0200
++++ haskell-glob/Glob.cabal	2015-08-15 19:14:15.865933926 +0200
+@@ -28,7 +28,7 @@
+                 , containers   <  0.6
+                 , directory    <  1.3
+                 , dlist        >= 0.4 && < 0.8
+-                , filepath     >= 1.1 && < 1.4
++                , filepath     >= 1.1 && < 1.5
+                 , transformers >= 0.2 && < 0.6
+ 
+    if os(windows)
diff --git a/p/haskell-glob/debian/patches/series b/p/haskell-glob/debian/patches/series
new file mode 100644
index 0000000..b2b2b59
--- /dev/null
+++ b/p/haskell-glob/debian/patches/series
@@ -0,0 +1 @@
+ghc-7.10-compat

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