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/CFGM/PrintCFG.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/GF/CFGM/PrintCFG.hs') diff --git a/src/GF/CFGM/PrintCFG.hs b/src/GF/CFGM/PrintCFG.hs index 7310da562..e81be449f 100644 --- a/src/GF/CFGM/PrintCFG.hs +++ b/src/GF/CFGM/PrintCFG.hs @@ -1,9 +1,9 @@ -module PrintCFG where +module GF.CFGM.PrintCFG where -- pretty-printer generated by the BNF converter -import AbsCFG -import Char +import GF.CFGM.AbsCFG +import Data.Char -- the top-level printing method printTree :: Print a => a -> String -- cgit v1.2.3