summaryrefslogtreecommitdiff
path: root/compiler/utils/Panic.lhs
Commit message (Expand)AuthorAgeFilesLines
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-031-17/+1
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-55/+6
* Don't capture error calls in tryUserpepe2008-09-261-9/+3
* Generalise 'handleGhcException' to work with any 'ExceptionMonad'.Thomas Schilling2008-09-141-3/+3
* Follow changes in the base libraryIan Lynagh2008-07-311-6/+80
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-12/+3
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Show CmdLineError exceptions as "<command line>: ..."Simon Marlow2008-01-231-0/+1
* lots of portability changes (#1405)Isaac Dupree2008-01-171-4/+4
* Fix warnings in utils/PanicIan Lynagh2008-01-131-7/+7
* remove trace apparently left in by accidentSimon Marlow2008-01-031-1/+1
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-1/+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 #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-8/+0
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+1
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-21/+2
* Fix deadlock on second call to newSessionSimon Marlow2006-10-161-2/+2
* Module header tidyup #2Simon Marlow2006-10-111-19/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+250