From 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Apr 2005 15:21:02 +0000 Subject: Fixed module names and imports after giant file move. --- src/GF/Source/PrintGF.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GF/Source/PrintGF.hs') 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 -- cgit v1.2.3