summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/IO
Commit message (Collapse)AuthorAgeFilesLines
* Add an example to liftIO and explain its purposeHécate2020-04-091-0/+34
|
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
| | | | | | | | | | | | | | | | | | Add @since annotations to instances in `base`. Test Plan: * ./validate # some commets shouldn't break the build * review the annotations for absurdities. Reviewers: ekmett, goldfire, RyanGlScott, austin, hvr, bgamari Reviewed By: RyanGlScott, hvr, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2277 GHC Trac Issues: #11767
* Move Control.Monad.IO.Class to base from transformersRyanGlScott2015-10-171-0/+36
See Trac #10773 Remove Control.Monad.IO.Class from `transformers`. Updates `transformers` submodule. See Trac #10773 Test Plan: ./validate Reviewers: ekmett, hvr, bgamari, austin Reviewed By: hvr, bgamari, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1147 GHC Trac Issues: #10773