summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Data/Graph.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Data/Graph.hs')
-rw-r--r--src/compiler/GF/Data/Graph.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Data/Graph.hs b/src/compiler/GF/Data/Graph.hs
index bfb289860..797325bbb 100644
--- a/src/compiler/GF/Data/Graph.hs
+++ b/src/compiler/GF/Data/Graph.hs
@@ -24,7 +24,7 @@ module GF.Data.Graph ( Graph(..), Node, Edge, NodeInfo
, reverseGraph, mergeGraphs, renameNodes
) where
-import GF.Data.Utilities
+--import GF.Data.Utilities
import Data.List
import Data.Maybe