From: Simon Marlow Date: Tue, 25 Jul 2006 13:12:01 +0000 (+0000) Subject: tiny bit of extra strictness X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6e2cffab037ee968dc49658ba75cc03beabcb769 tiny bit of extra strictness --- diff --git a/compiler/iface/IfaceEnv.lhs b/compiler/iface/IfaceEnv.lhs index 3eceaa0..6699a75 100644 --- a/compiler/iface/IfaceEnv.lhs +++ b/compiler/iface/IfaceEnv.lhs @@ -358,7 +358,7 @@ lookupHomePackage mod_name occ newIfaceName :: OccName -> IfL Name newIfaceName occ = do { uniq <- newUnique - ; return (mkInternalName uniq occ noSrcLoc) } + ; return $! mkInternalName uniq occ noSrcLoc } newIfaceNames :: [OccName] -> IfL [Name] newIfaceNames occs