diff options
| author | peb <unknown> | 2005-03-21 21:40:03 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-21 21:40:03 +0000 |
| commit | ccf6017b030fcefd5964979f1b6d55e722616ef7 (patch) | |
| tree | 98c368b4f53acaa4b9e70db9544ca6ae15939ec7 /src/GF/UseGrammar | |
| parent | 531be3a72e938f2360d312c7fd9cd173e5442594 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 9c7c9e15e..91697af93 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/21 14:17:45 $ +-- > CVS $Date: 2005/03/21 22:40:06 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.46 $ +-- > CVS $Revision: 1.47 $ -- -- A database for customizable GF shell commands. -- @@ -73,7 +73,7 @@ import qualified GF.Parsing.ParseCF as PCF -- grammar conversions -- peb 19/4-04 -- see also customGrammarPrinter -import qualified GF.Conversion.ConvertGrammar as Cnv +import qualified GF.Parsing.ConvertGrammar as Cnv import qualified GF.Printing.PrintParser as Prt import GFC |
