summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplMonad.lhs
Commit message (Expand)AuthorAgeFilesLines
* Improved specialisation of recursive groupssimonpj@microsoft.com2008-09-031-3/+3
* Properly comment out unused pragmasIan Lynagh2008-07-201-3/+3
* Remove a hack for GHC 3.03 in SimplMonadIan Lynagh2008-05-041-9/+2
* Make SimplMonad warning-freeIan Lynagh2008-05-041-27/+28
* (F)SLIT -> (f)sLit in SimplMonadIan Lynagh2008-04-121-6/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-1/+1
* Monadify simplCore/SimplMonad: custom monad functions are no longer neededTwan van Laarhoven2008-01-171-27/+5
* Monadify simplCore/SimplMonad: use MonadUnique instance instead of custom fun...Twan van Laarhoven2008-01-171-18/+14
* lots of portability changes (#1405)Isaac Dupree2008-01-171-2/+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
* Follow Array changes (adding numElements field)Ian Lynagh2007-08-101-8/+3
* Improve the interaction of 'seq' and associated data typessimonpj@microsoft.com2007-05-231-24/+37
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-4/+0
* Module header tidyup, phase 1Simon Marlow2006-10-111-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+526