diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/OldParsing/ConvertMCFGtoCFG.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/OldParsing/ConvertMCFGtoCFG.hs')
| -rw-r--r-- | src/GF/OldParsing/ConvertMCFGtoCFG.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/OldParsing/ConvertMCFGtoCFG.hs b/src/GF/OldParsing/ConvertMCFGtoCFG.hs index 06965994c..58d141166 100644 --- a/src/GF/OldParsing/ConvertMCFGtoCFG.hs +++ b/src/GF/OldParsing/ConvertMCFGtoCFG.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/11 13:52:53 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Date: 2005/04/21 16:22:46 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.2 $ -- -- Converting MCFG grammars to (possibly overgenerating) CFG ----------------------------------------------------------------------------- @@ -19,7 +19,7 @@ module GF.OldParsing.ConvertMCFGtoCFG import GF.System.Tracing import GF.Printing.PrintParser -import Monad +import Control.Monad import GF.OldParsing.Utilities import qualified GF.OldParsing.MCFGrammar as MCFG import qualified GF.OldParsing.CFGrammar as CFG |
