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/TestGF.hs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/GF/Source/TestGF.hs') diff --git a/src/GF/Source/TestGF.hs b/src/GF/Source/TestGF.hs index 645f3a94b..65c238db2 100644 --- a/src/GF/Source/TestGF.hs +++ b/src/GF/Source/TestGF.hs @@ -1,19 +1,19 @@ -- automatically generated by BNF Converter -module Main where +module GF.Source.TestGF where -import IO ( stdin, hGetContents ) +import System.IO ( stdin, hGetContents ) import System ( getArgs, getProgName ) -import LexGF -import ParGF -import SkelGF -import PrintGF -import AbsGF +import GF.Source.LexGF +import GF.Source.ParGF +import GF.Source.SkelGF +import GF.Source.PrintGF +import GF.Source.AbsGF -import ErrM +import GF.Data.ErrM type ParseFun a = [Token] -> Err a -- cgit v1.2.3