id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
7032	sleep fails for compiled program	carl		"For the following program, runghc or ghci produces a list of numbers with a delay between printing each number.  But when I run the compiled program, there is no delay.
{{{
import System.Posix
main = loop 10
loop 0 = print ""done""
loop n = do
  print n
  sleep 3
  loop $ n - 1
}}}
"	bug	closed	normal	7.6.1	Compiler	7.4.2	fixed			Linux	x86_64 (amd64)	Incorrect result at runtime	Unknown				
