[DHG_packages] 03/05: graphviz: ghc-7.10 compat patch

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 19 15:57:23 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 d897c9ec2c7da862ae863c5937aa534c20515f06
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 19 17:29:51 2015 +0200

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

diff --git a/p/haskell-graphviz/debian/changelog b/p/haskell-graphviz/debian/changelog
index 8e9a670..6601759 100644
--- a/p/haskell-graphviz/debian/changelog
+++ b/p/haskell-graphviz/debian/changelog
@@ -1,3 +1,9 @@
+haskell-graphviz (2999.17.0.2-3) UNRELEASED; urgency=medium
+
+  * ghc-7.10 compat patch
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 19 Aug 2015 17:29:40 +0200
+
 haskell-graphviz (2999.17.0.2-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-graphviz/debian/patches/ghc-7.10-compat b/p/haskell-graphviz/debian/patches/ghc-7.10-compat
new file mode 100644
index 0000000..94cfb83
--- /dev/null
+++ b/p/haskell-graphviz/debian/patches/ghc-7.10-compat
@@ -0,0 +1,13 @@
+Index: haskell-graphviz/Data/GraphViz/Algorithms.hs
+===================================================================
+--- haskell-graphviz.orig/Data/GraphViz/Algorithms.hs	2015-01-04 14:35:41.000000000 +0100
++++ haskell-graphviz/Data/GraphViz/Algorithms.hs	2015-08-19 17:29:19.418284449 +0200
+@@ -31,6 +31,8 @@
+        , transitiveReductionOptions
+        ) where
+ 
++import Prelude hiding (traverse)
++
+ import Data.GraphViz.Attributes.Complete   (Attributes, defaultAttributeValue)
+ import Data.GraphViz.Attributes.Same
+ import Data.GraphViz.Internal.Util         (bool)
diff --git a/p/haskell-graphviz/debian/patches/series b/p/haskell-graphviz/debian/patches/series
new file mode 100644
index 0000000..b2b2b59
--- /dev/null
+++ b/p/haskell-graphviz/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