Magicloud Magiclouds wrote:
61       threadDelay 10000 -- ten seconds, but it just refresh crazy!

That's because threadDelay expects microseconds, not milliseconds. Try multiplying your delay by 1000.

HTH,

Martijn.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to