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/SkelGF.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/GF/Source/SkelGF.hs') diff --git a/src/GF/Source/SkelGF.hs b/src/GF/Source/SkelGF.hs index 3283dd702..76e0bdc85 100644 --- a/src/GF/Source/SkelGF.hs +++ b/src/GF/Source/SkelGF.hs @@ -1,10 +1,10 @@ -module SkelGF where +module GF.Source.SkelGF where -- Haskell module generated by the BNF converter -import AbsGF -import ErrM +import GF.Source.AbsGF +import GF.Data.ErrM type Result = Err String failure :: Show a => a -> Result -- cgit v1.2.3