summaryrefslogtreecommitdiff
path: root/libraries/base/include/HsEvent.h
Commit message (Collapse)AuthorAgeFilesLines
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-3/+1
| | | | | | | | | | | | | | This both says what we mean and silences a bunch of spurious CPP linting warnings. This pragma is supported by all CPP implementations which we support. Reviewers: austin, erikd, simonmar, hvr Reviewed By: simonmar Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3482
* Integrated new I/O managerSimon Marlow2010-08-101-0/+41
(patch originally by Johan Tibell <johan.tibell@gmail.com>, minor merging by me)