summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event.hs
Commit message (Expand)AuthorAgeFilesLines
* Add Javascript backendSylvain Henry2022-11-291-0/+5
* base: Export GHC.Event(.Internal).LifetimeBen Gamari2015-04-251-0/+1
* Event Manager: Make one-shot a per-registration propertyBen Gamari2015-01-121-1/+0
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-0/+1
* Export `TimerManager` from GHC.Event (re #9165)Herbert Valerio Riedel2014-06-041-1/+2
* Manager takes a flag that indicates whether it should de-register a file regi...Andreas Voellmy2013-02-111-0/+1
* Removed timer related features from Manager.Andreas Voellmy2013-02-111-0/+2
* Separated the IO manager into a timer manager and a file IO manager.Andreas Voellmy2013-02-111-1/+2
* Remove functions to step the system io manager in preparation for parallel io...Andreas Voellmy2013-02-111-7/+0
* Resolve issue #7482 by removing the ability to create a new event manager.Andreas Voellmy2013-02-111-1/+0
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+6
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Add GHC.Event.getSystemEventManager :: IO (Maybe EventManager)Bas van Dijk2011-04-301-0/+2
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-0/+39