diff options
Diffstat (limited to 'src-3.0/GF/Devel/ReadFiles.hs')
| -rw-r--r-- | src-3.0/GF/Devel/ReadFiles.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
