summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
diff options
context:
space:
mode:
authorbringert <unknown>2005-11-10 13:19:33 +0000
committerbringert <unknown>2005-11-10 13:19:33 +0000
commit5ae8cdc3d08fb1aae74e6da5c647c6c76cb46d15 (patch)
treeff70a3acda1775abc6bae8c52c98741c324d0ee3 /src/GF/UseGrammar/Custom.hs
parente322a9e5e367f87955f7f0b53546a7402c8e2f0e (diff)
Moved FA and regular grammar printers to a separate module.
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
-rw-r--r--src/GF/UseGrammar/Custom.hs9
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