summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/ST
Commit message (Expand)AuthorAgeFilesLines
* Typos in comments and manual [ci skip]Gabor Greif2017-06-281-1/+1
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-222-1/+4
* Add liftA2 to Applicative classDavid Feuer2017-02-051-0/+15
* Attempt to make lazy ST thread safeDavid Feuer2017-02-031-24/+118
* Generalize the type of runRW#David Feuer2017-01-251-2/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+4
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-3/+1
* Update Control.Monad.ST.* for Safe Haskell as now they're safe by defaultDavid Terei2014-11-215-5/+7
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+5
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-232-2/+0
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-3/+0
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-172-22/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-172-20/+0
* Remove some functions deprecated since GHC 7.2.Ian Lynagh2013-03-011-15/+0
* Mark DEPRECATED pragmas with when they were addedIan Lynagh2013-02-161-3/+1
* Merge branch 'master' of http://darcs.haskell.org//packages/baseSimon Peyton Jones2012-10-312-10/+10
|\
| * Remove commented types in module export listsIan Lynagh2012-10-272-10/+10
* | Replace Rank2Types with RankNTypesSimon Peyton Jones2012-10-311-1/+1
|/
* Remove some redundant importsIan Lynagh2012-02-291-3/+1
* Update base for latest Safe Haskell.David Terei2011-10-255-23/+16
* Update base for new Safe Haskell designDavid Terei2011-10-256-2/+10
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-188-127/+387
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* Remove unused imports from basesimonpj@microsoft.com2009-07-062-3/+0
* Remerge concurrent,unique,timeout,st,getopt into baseIan Lynagh2008-09-032-0/+172
* Remove ST stuff that is now in the new st packageIan Lynagh2008-08-232-172/+0
* untabifyDon Stewart2008-03-102-25/+25
* [project @ 2005-10-13 10:35:49 by ross]ross2005-10-131-2/+6
* [project @ 2003-09-08 16:23:57 by ross]ross2003-09-081-9/+16
* [project @ 2003-09-05 17:36:40 by ross]ross2003-09-051-5/+19
* [project @ 2003-05-12 08:48:09 by ross]ross2003-05-121-4/+4
* [project @ 2003-01-21 16:33:20 by ross]ross2003-01-211-3/+9
* [project @ 2002-10-01 16:29:47 by ross]ross2002-10-011-0/+5
* [project @ 2002-07-16 16:08:58 by ross]ross2002-07-161-4/+7
* [project @ 2002-05-10 15:41:33 by simonmar]simonmar2002-05-102-6/+21
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-092-2/+2
* [project @ 2002-04-26 15:39:50 by lewie]lewie2002-04-261-2/+2
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-262-4/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-242-4/+4
* [project @ 2002-01-02 14:40:09 by simonmar]simonmar2002-01-021-147/+1
* [project @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-3/+2
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-032-4/+4
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-282-0/+269