Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / GHC / Conc / Sync.lhs
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
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