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/Canon/PrintGFC.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GF/Canon/PrintGFC.hs') diff --git a/src/GF/Canon/PrintGFC.hs b/src/GF/Canon/PrintGFC.hs index 87b4bea31..e2c5c44a4 100644 --- a/src/GF/Canon/PrintGFC.hs +++ b/src/GF/Canon/PrintGFC.hs @@ -1,11 +1,11 @@ -module PrintGFC where +module GF.Canon.PrintGFC where -- pretty-printer generated by the BNF converter, except handhacked spacing --H -import Ident --H -import AbsGFC -import Char +import GF.Infra.Ident --H +import GF.Canon.AbsGFC +import Data.Char -- the top-level printing method printTree :: Print a => a -> String -- cgit v1.2.3