diff options
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 2647f16f4..9a4ce997d 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/11/09 15:14:30 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.82 $ +-- > CVS $Date: 2005/11/10 14:19:33 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.83 $ -- -- A database for customizable GF shell commands. -- @@ -58,7 +58,8 @@ import GF.CF.CFtoSRG import GF.Speech.PrGSL (gslPrinter) import GF.Speech.PrJSGF (jsgfPrinter) import GF.Speech.PrSRGS (srgsXmlPrinter) -import GF.Speech.PrSLF (slfPrinter,slfGraphvizPrinter,faGraphvizPrinter,regularPrinter) +import GF.Speech.PrSLF (slfPrinter,slfGraphvizPrinter) +import GF.Speech.PrFA (faGraphvizPrinter,regularPrinter) import GF.Data.Zipper |
