summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Parsing.hs
diff options
context:
space:
mode:
authorpeb <unknown>2005-03-21 12:54:24 +0000
committerpeb <unknown>2005-03-21 12:54:24 +0000
commitaef9430eb0576964a3fb669c741f1c689724bb5a (patch)
treecff930b9a32e866a6bd09e499e7697c8243f6d83 /src/GF/UseGrammar/Parsing.hs
parentb36e9e32c60741440aaa778b058180881917b50e (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/UseGrammar/Parsing.hs')
-rw-r--r--src/GF/UseGrammar/Parsing.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/UseGrammar/Parsing.hs b/src/GF/UseGrammar/Parsing.hs
index 4ed16b7d4..5c24e4566 100644
--- a/src/GF/UseGrammar/Parsing.hs
+++ b/src/GF/UseGrammar/Parsing.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/24 11:46:39 $
+-- > CVS $Date: 2005/03/21 13:54:45 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.14 $
+-- > CVS $Revision: 1.15 $
--
-- (Description of the module)
-----------------------------------------------------------------------------
@@ -35,7 +35,7 @@ import Custom
import ShellState
import PPrCF (prCFTree)
-import qualified ParseGFC as N
+import qualified GF.Parsing.ParseGFC as N
import Operations