diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-27 08:43:08 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-27 08:43:08 +0000 |
| commit | a4e731cc33c3a8ccb6cdb1929f6b515720a1525e (patch) | |
| tree | e69f567e8c74a8023640dbedb07ef94c51045419 /src/GF/Speech/SLF.hs | |
| parent | a4f0d4f0d7bec8afda3aadd6eb10d12f40374995 (diff) | |
Move Graph, Relation and Graphviz modules from GF.Speech to GF.Data.
Diffstat (limited to 'src/GF/Speech/SLF.hs')
| -rw-r--r-- | src/GF/Speech/SLF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SLF.hs b/src/GF/Speech/SLF.hs index 4bdc05212..84633149b 100644 --- a/src/GF/Speech/SLF.hs +++ b/src/GF/Speech/SLF.hs @@ -18,7 +18,7 @@ import GF.Speech.FiniteState import GF.Speech.CFG import GF.Speech.CFGToFA import GF.Speech.PGFToCFG -import qualified GF.Speech.Graphviz as Dot +import qualified GF.Data.Graphviz as Dot import PGF import PGF.CId |
