From a4e731cc33c3a8ccb6cdb1929f6b515720a1525e Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 27 Nov 2008 08:43:08 +0000 Subject: Move Graph, Relation and Graphviz modules from GF.Speech to GF.Data. --- src/GF/Speech/CFGToFA.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GF/Speech/CFGToFA.hs') diff --git a/src/GF/Speech/CFGToFA.hs b/src/GF/Speech/CFGToFA.hs index 1ac4bd24e..3045ac842 100644 --- a/src/GF/Speech/CFGToFA.hs +++ b/src/GF/Speech/CFGToFA.hs @@ -21,9 +21,9 @@ import GF.Speech.CFG import GF.Speech.PGFToCFG import GF.Infra.Ident (Ident) +import GF.Data.Graph +import GF.Data.Relation import GF.Speech.FiniteState -import GF.Speech.Graph -import GF.Speech.Relation import GF.Speech.CFG data Recursivity = RightR | LeftR | NotR -- cgit v1.2.3