diff options
| author | peb <unknown> | 2005-03-21 12:54:24 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-21 12:54:24 +0000 |
| commit | aef9430eb0576964a3fb669c741f1c689724bb5a (patch) | |
| tree | cff930b9a32e866a6bd09e499e7697c8243f6d83 /src/GF/UseGrammar/Custom.hs | |
| parent | b36e9e32c60741440aaa778b058180881917b50e (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 7a5ce63e6..c9eac9c11 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/02 14:25:45 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.44 $ +-- > CVS $Date: 2005/03/21 13:54:44 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.45 $ -- -- A database for customizable GF shell commands. -- @@ -66,15 +66,15 @@ import GrammarToHaskell -- the cf parsing algorithms import ChartParser -- or some other CF Parser -import qualified ParseCF as PCF +import qualified GF.Parsing.ParseCF as PCF --import qualified ParseGFCviaCFG as PGFC --import NewChartParser --import NewerChartParser -- grammar conversions -- peb 19/4-04 -- see also customGrammarPrinter -import qualified ConvertGrammar as Cnv -import qualified PrintParser as Prt +import qualified GF.Conversion.ConvertGrammar as Cnv +import qualified GF.Parsing.PrintParser as Prt import GFC import qualified MkGFC as MC |
