summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/ST
Commit message (Expand)AuthorAgeFilesLines
* remove MonadFail instances of STArtem Pelenitsyn2022-03-051-4/+0
* Make modules in base stable.Hécate Moonlight2022-02-283-3/+3
* Fix a few Note inconsistenciesBen Gamari2022-02-012-3/+2
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-1/+1
* Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hsMaxim Koltsov2020-04-031-3/+3
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-6/+5
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-3/+0
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-062-2/+2
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-214-11/+11
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Harden fixSTDavid Feuer2018-07-211-3/+53
* 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