blob: 94cfb83a8464fb13fbad741601d710cbf4840a18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|