summaryrefslogtreecommitdiff
path: root/src/GF/Source/PrintGF.hs
diff options
context:
space:
mode:
authorbringert <unknown>2005-04-21 15:21:02 +0000
committerbringert <unknown>2005-04-21 15:21:02 +0000
commit5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch)
tree46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Source/PrintGF.hs
parent3433c978480f112bf04a895d03ec15529796ecce (diff)
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Source/PrintGF.hs')
-rw-r--r--src/GF/Source/PrintGF.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Source/PrintGF.hs b/src/GF/Source/PrintGF.hs
index f51dbbdee..007ca7928 100644
--- a/src/GF/Source/PrintGF.hs
+++ b/src/GF/Source/PrintGF.hs
@@ -1,11 +1,11 @@
-module PrintGF where
+module GF.Source.PrintGF where
-- pretty-printer generated by the BNF converter, except --H
-import Ident --H
-import AbsGF
-import Char
+import GF.Infra.Ident --H
+import GF.Source.AbsGF
+import Data.Char
-- the top-level printing method
printTree :: Print a => a -> String