summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/EPoll.hsc
Commit message (Expand)AuthorAgeFilesLines
* Add linting of `base` to the CIHécate2020-10-091-7/+5
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+6
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-171-2/+4
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+0
* Derive `FiniteBits` for integral newtype wrappersHerbert Valerio Riedel2014-01-301-2/+2
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-2/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Re-jig SOURCE importsSimon Peyton Jones2013-06-061-1/+0
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-051-11/+15
* minor refactoring.Kazu Yamamoto2013-02-111-2/+3
* Allow backends to provide a command that register interest for an event sourc...Andreas Voellmy2013-02-111-5/+23
* Added support to backends for non-blocking poll() call.Andreas Voellmy2013-02-111-5/+16
* Update base for latest Safe Haskell.David Terei2011-10-251-3/+7
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-211-1/+1
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-0/+206