summaryrefslogtreecommitdiff
path: root/src/GF/Parsing/ConvertMCFGtoCFG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Parsing/ConvertMCFGtoCFG.hs')
-rw-r--r--src/GF/Parsing/ConvertMCFGtoCFG.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Parsing/ConvertMCFGtoCFG.hs b/src/GF/Parsing/ConvertMCFGtoCFG.hs
index 41618ffdd..514ff64eb 100644
--- a/src/GF/Parsing/ConvertMCFGtoCFG.hs
+++ b/src/GF/Parsing/ConvertMCFGtoCFG.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/03/21 22:31:47 $
+-- > CVS $Date: 2005/03/29 11:17:54 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.1 $
+-- > CVS $Revision: 1.2 $
--
-- Converting MCFG grammars to (possibly overgenerating) CFG
-----------------------------------------------------------------------------
@@ -16,7 +16,7 @@
module GF.Parsing.ConvertMCFGtoCFG
(convertGrammar) where
-import Tracing
+import GF.System.Tracing
import GF.Printing.PrintParser
import Monad