summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Tuple.hs
Commit message (Expand)AuthorAgeFilesLines
* Make modules in base stable.Hécate Moonlight2022-02-281-1/+1
* Export Solo from Data.TupleDavid Feuer2021-08-271-1/+3
* Doctests for Data.TupleDavid Luposchainsky2017-08-181-1/+20
* Remove Data.Tuple doc's claim to have tuple typesChris Martin2017-01-261-1/+1
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-15/+2
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-5/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-2/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-41/+2
* Remove commented types in module export listsIan Lynagh2012-10-271-5/+5
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Follow ghc-prim changesIan Lynagh2011-08-261-5/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+1
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+2
* Add swap (#3298)Simon Marlow2010-05-041-0/+5
* De-orphan tuple Eq/Ord instancesIan Lynagh2009-11-231-84/+0
* Tidy up and comment importssimonpj@microsoft.com2009-10-291-8/+12
* Add an import needed in the new build systemIan Lynagh2009-03-221-0/+4
* Ignore some orphan warningsIan Lynagh2008-08-201-0/+1
* Eq and Ord have moved into GHC.ClassesIan Lynagh2008-08-071-1/+3
* Fix warningsIan Lynagh2008-08-051-0/+2
* Hide standalone deriving clauses from haddockIan Lynagh2008-08-041-0/+2
* The tuple datatype definitions have moved to ghc-primIan Lynagh2008-08-041-185/+71
* () has moved to ghc-prim:GHC.Unit, and the Eq and Ord instances to Data.TupleIan Lynagh2008-06-241-0/+13
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-9/+9
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-07-26 17:22:41 by ross]ross2004-07-261-2/+4
* [project @ 2002-10-14 10:06:28 by ross]ross2002-10-141-2/+2
* [project @ 2002-10-09 17:08:18 by malcolm]malcolm2002-10-091-9/+51
* [project @ 2002-10-03 15:19:15 by ross]ross2002-10-031-1/+6
* [project @ 2002-10-03 12:57:42 by panne]panne2002-10-031-8/+1
* [project @ 2002-07-16 15:47:25 by ross]ross2002-07-161-8/+9
* [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-12-21 15:07:20 by simonmar]simonmar2001-12-211-12/+12
* [project @ 2001-07-03 11:38:07 by simonmar]simonmar2001-07-031-0/+235