From 584b6ba86d15e7ff471f94d2d120375ba3604553 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 18 Oct 2012 20:01:22 +0000 Subject: Use NOINLINE for build info and darcs version info ... to avoid unnecessary recompilation of other modules. --- src/compiler/GFI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GFI.hs') diff --git a/src/compiler/GFI.hs b/src/compiler/GFI.hs index 9c62d1fd0..634e52164 100644 --- a/src/compiler/GFI.hs +++ b/src/compiler/GFI.hs @@ -177,7 +177,7 @@ execute1 opts gfenv0 s0 = pOpts style q ("-qual" :ws) = pOpts style Qualified ws pOpts style q ws = (style,q,unwords ws) - (style,q,s) = pOpts TermPrintDefault Qualified (tail (words s0)) + (style,q,s) = pOpts TermPrintDefault Qualified ws case runP pExp (encodeUnicode utf8 s) of Left (_,msg) -> putStrLn msg -- cgit v1.2.3