summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelNames.lhs
Commit message (Expand)AuthorAgeFilesLines
* inline has moved to GHC.MagicIan Lynagh2009-11-231-2/+5
* A radical overhaul of the coercion infrastucturesimonpj@microsoft.com2009-11-121-0/+7
* Tidy up coercions, and implement csel1, csel2, cselRsimonpj@microsoft.com2009-11-061-2/+6
* White space onlysimonpj@microsoft.com2009-10-291-2/+4
* Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va...simonpj@microsoft.com2009-10-151-5/+3
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-221-5/+5
* thenIO, bindIO, returnIO moved to GHC.BaseSimon Marlow2009-07-221-3/+3
* Fix the GHCi debugger so that it can recognise Integers againIan Lynagh2009-06-231-3/+6
* Follow Integer changesIan Lynagh2009-06-221-3/+2
* The IO type has moved to GHC.Types in ghc-primIan Lynagh2009-06-201-2/+2
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-10/+11
* syb no longer needs to be wired inIan Lynagh2009-03-261-3/+0
* Add the ability to derive instances of Functor, Foldable, Traversablesimonpj@microsoft.com2009-02-021-18/+36
* Layout onlysimonpj@microsoft.com2008-12-051-1/+1
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+11
* removed Data.Generics.Basics, added Data.Data'Jose Pedro Magalhaes2008-10-021-1/+1
* Expunge ThFake, cure Trac #2632simonpj@microsoft.com2008-10-031-2/+1
* Follow the integer package changesIan Lynagh2008-09-251-2/+3
* Change desugaring of PArr literalsRoman Leshchinskiy2008-09-121-11/+8
* syb is now in its own packageIan Lynagh2008-08-251-1/+4
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-121-2/+2
* Eq and Ord have moved into GHC.ClassesIan Lynagh2008-08-061-13/+14
* Move the [] definion from base to ghc-primIan Lynagh2008-08-051-1/+2
* Follow the tuple datatype movementsIan Lynagh2008-08-041-5/+6
* Follow the move of assertError from Control.Exception to GHC.IOBaseIan Lynagh2008-08-031-1/+1
* Update assertErrorName; assertError has moved to Control.ExceptionIan Lynagh2008-08-011-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-1/+2
* Fix Haddock errors.Thomas Schilling2008-07-201-16/+16
* () is now in ghc-prim:GHC.UnitIan Lynagh2008-06-241-2/+3
* Build fixesIan Lynagh2008-04-221-7/+7
* FSLIT -> fsLit in PrelNamesIan Lynagh2008-04-221-247/+247
* Fix warnings in PrelNamesIan Lynagh2008-04-221-17/+207
* Updates to handle Ordering moving from base to ghc-primIan Lynagh2008-04-121-4/+5
* Follow library changesIan Lynagh2008-03-231-16/+23
* Fix Trac #2130: improve derived Ord for primmitive typessimonpj@microsoft.com2008-02-281-0/+1
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-221-3/+7
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-4/+14
* Optimise desugaring of parallel array comprehensionsRoman Leshchinskiy2007-12-051-1/+3
* (>>>) now comes from GHC.DesugarSimon Marlow2007-11-021-1/+2
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Remove NDP-related stuff from PrelNamesRoman Leshchinskiy2007-08-311-69/+0
* Fix vectorisation of sum type constructorsRoman Leshchinskiy2007-08-301-0/+6
* Track changes to package ndp (use PArray_Int# instead of UArr Int)Roman Leshchinskiy2007-08-301-4/+4
* Add code for looking up PA methods of primitive TyConsRoman Leshchinskiy2007-08-301-0/+1
* Remove unused vectorisation built-inRoman Leshchinskiy2007-08-241-5/+2
* Add UArr built-inRoman Leshchinskiy2007-08-241-1/+5
* Remove Embed and related stuff from vectorisationRoman Leshchinskiy2007-08-241-4/+4