add NoImplicitPrelude (fix Windows build failure)
[ghc-base.git] / GHC / Conc /
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-11-20 Ian LynaghRemove a redundant fromIntegral
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-26 Bas van DijkAdd throwSTM :: Exception e => e -> STM a
2010-09-26 Bas van DijkGeneralize catchSTM
2010-10-14 Simon MarlowthrowTo: mention interruptible foreign calls
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-08-10 Simon MarlowIntegrated new I/O manager