From c544ef31823c7d2c28c28cae408cca5d71e6978d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 21 May 2008 13:10:54 +0000 Subject: use ByteString internally in Ident, CId and Label --- src-3.0/GF/Devel/ReadFiles.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-3.0/GF/Devel/ReadFiles.hs') diff --git a/src-3.0/GF/Devel/ReadFiles.hs b/src-3.0/GF/Devel/ReadFiles.hs index a10ee1991..dcae2eeba 100644 --- a/src-3.0/GF/Devel/ReadFiles.hs +++ b/src-3.0/GF/Devel/ReadFiles.hs @@ -185,7 +185,7 @@ importsOfModule (MModule _ typ body) = modType typ (modBody body []) opens NoOpens xs = xs opens (OpenIn os) xs = foldr open xs os - modName (PIdent (_,s)) = s + modName (PIdent (_,s)) = BS.unpack s -- | options can be passed to the compiler by comments in @--#@, in the main file -- cgit v1.2.3