summaryrefslogtreecommitdiff
path: root/compiler/main/BreakArray.hs
Commit message (Expand)AuthorAgeFilesLines
* Restore old names of comparison primopsJan Stolarek2013-09-181-1/+1
* Trailing whitespacesJan Stolarek2013-09-181-14/+14
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-23/+23
* Some fixes to BreakArrayDavid Terei2011-11-011-53/+54
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-1/+1
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-1/+1
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-4/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+0
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+5
* main/BreakArray has no warningsIan Lynagh2008-03-261-7/+0
* lots of portability changes (#1405)Isaac Dupree2008-01-171-3/+22
* Use GHC.Exts rather than GHC.PrimIan Lynagh2007-12-021-1/+0
* 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
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-2/+2
* add module headerSimon Marlow2007-04-181-0/+5
* Re-working of the breakpoint supportSimon Marlow2007-04-171-0/+96