HC = /home/tora/msr-ghc/ghc-Stack/ghc/stage2-inplace/ghc
HC_OPTS = -O -H64m -O -Rghc-timing -H32m -hisuf hi -fexplicit-call-stack-all
RUNTEST_OPTS = -ghc-timing
==nofib== fluid: time to compile Norm follows...
/home/tora/msr-ghc/ghc-Stack/ghc/stage2-inplace/ghc -O -H64m -O -Rghc-timing -H32m -hisuf hi -fexplicit-call-stack-all -c Norm.hs -o Norm.o
<<ghc: 149172968 bytes, 11 GCs, 5176957/10021216 avg/max bytes residency (3 samples), 34M in use, 0.00 INIT (0.00 elapsed), 0.24 MUT (0.30 elapsed), 0.12 GC (0.13 elapsed) :ghc>>
0.37user 0.04system 0:00.43elapsed 96%CPU (0avgtext+0avgdata 0maxresident)k
8inputs+352outputs (0major+15464minor)pagefaults 0swaps
==nofib== fluid: size of Norm.o follows...
   text	   data	    bss	    dec	    hex	filename
   9593	   3648	      0	  13241	   33b9	Norm.o
==nofib== fluid: time to compile S_Array follows...
/home/tora/msr-ghc/ghc-Stack/ghc/stage2-inplace/ghc -O -H64m -O -Rghc-timing -H32m -hisuf hi -fexplicit-call-stack-all -c S_Array.hs -o S_Array.o
ghc: panic! (the 'impossible' happened)
  (GHC version 6.11.20090109 for x86_64-unknown-linux):
	Error in core pass Simplifier Phase gentle:
expectJust initTcInteractive: [][Can't find interface-file declaration for variable Norm.normal_$_debugged
  Probable cause: bug in .hi-boot file, or inconsistent .hi file
  Use -ddump-if-trace to get an idea of which file caused the error]

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

<<ghc: 154440984 bytes, 14 GCs, 5512210/11855288 avg/max bytes residency (3 samples), 34M in use, 0.00 INIT (0.00 elapsed), 0.20 MUT (0.28 elapsed), 0.18 GC (0.20 elapsed) :ghc>>
Command exited with non-zero status 1
0.39user 0.06system 0:00.48elapsed 94%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+32outputs (0major+13305minor)pagefaults 0swaps
make: *** [S_Array.o] Error 1
