summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Concurrent/Chan.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* Unmask readMVar in readChanDavid Feuer2018-05-291-10/+1
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+1
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-031-23/+2
* Improve `readChan` documentation:Ömer Sinan Ağacan2017-04-101-1/+7
* base: Document caveats about Control.Concurrent.ChanErik de Castro Lopo2016-03-291-0/+5
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-3/+2
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Improve Haddock markupHerbert Valerio Riedel2014-01-301-2/+2
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-5/+1
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-2/+0
* Mark DEPRECATED pragmas with when they were addedIan Lynagh2013-02-161-2/+2
* Remove commented types in module export listsIan Lynagh2012-10-271-8/+8
* add some UNPACKs to improve performance a bitSimon Marlow2012-07-041-3/+8
* fix another theoretical deadlock bug in the Chan implementation (c.f. #6153)Simon Marlow2012-06-111-1/+10
* Sealed writeChan with mask_ to prevent a theoretical bugJoey Adams2012-03-131-3/+15
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-0/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* Derived Eq instance for ChanBas van Dijk2010-11-251-0/+4
* deprecate unGetChan and isEmptyChan (see #4154)Simon Marlow2010-07-051-0/+2
* Add missing filesIan Lynagh2008-09-041-0/+132
* Split off the concurrent hierarchy (concurrent, unique, timeout)Ian Lynagh2008-08-241-132/+0
* Fix more warningsIan Lynagh2008-08-201-16/+16
* untabifyDon Stewart2008-03-081-20/+20
* [project @ 2005-10-13 11:09:50 by ross]ross2005-10-131-1/+1
* [project @ 2004-12-14 12:52:03 by simonmar]simonmar2004-12-141-0/+5
* [project @ 2002-06-03 13:19:37 by simonmar]simonmar2002-06-031-1/+1
* [project @ 2002-05-10 13:17:27 by simonmar]simonmar2002-05-101-21/+31
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+119