summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Unique.hs
Commit message (Expand)AuthorAgeFilesLines
* Loads of doc(test)sDavid Luposchainsky2017-08-171-1/+10
* 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
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-15/+1
* Change a use of atomicModifyIORef to atomicModifyIORef'Ian Lynagh2013-06-081-2/+6
* Remove commented types in module export listsIan Lynagh2012-10-271-3/+3
* Use IORef/atomicModifyIORef instead of STMSimon Marlow2012-05-031-8/+14
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+6
* add Typeable instanceSimon Marlow2010-05-041-1/+6
* Write the thunk 'next' to the MVarBas van Dijk2010-03-191-1/+1
* change to use STM, fixing 4 thingsSimon Marlow2010-03-181-8/+15
* Add missing filesIan Lynagh2008-09-041-0/+59
* Split off the concurrent hierarchy (concurrent, unique, timeout)Ian Lynagh2008-08-241-59/+0
* Move Integer out into its own packageIan Lynagh2008-03-231-5/+3
* untabifyDon Stewart2008-03-081-5/+5
* [project @ 2002-07-23 10:46:27 by ross]ross2002-07-231-2/+2
* [project @ 2002-05-28 16:32:45 by simonmar]simonmar2002-05-281-1/+11
* [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-07-04 10:48:39 by simonmar]simonmar2001-07-041-0/+53