Hi, This line of code using the System.Time library crashes with ghc-6.6.1 in Windows XP: print (TOD 12387213982173921131231231 0) TOD is a constructor that creates a ClockTime. The crash seems to happen when a ClockTime with a large enough TOD is show'ed. Is this a known bug? /David