summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Export mapOL from OrdListsimonpj@microsoft.com2009-01-131-1/+1
* Documentation only.Thomas Schilling2008-11-101-13/+4
* We now require GHC 6.6, so we always have ApplicativeIan Lynagh2008-11-081-29/+0
* Remove the GHC 6.4 unicode compat stuff; we can now just use Data.CharIan Lynagh2008-11-081-69/+0
* disable MonadPlus instance that doesn't compile with 6.6Simon Marlow2008-11-061-0/+6
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-305-3/+244
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-061-15/+32
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-032-20/+15
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-033-101/+10
* Don't capture error calls in tryUserpepe2008-09-262-10/+4
* Remove a redundant options pragmaIan Lynagh2008-09-261-1/+0
* Improve warning for SpecConstrsimonpj@microsoft.com2008-09-151-0/+9
* Generalise 'handleGhcException' to work with any 'ExceptionMonad'.Thomas Schilling2008-09-141-3/+3
* Introduce an 'ExceptionMonad' class.Thomas Schilling2008-09-141-0/+73
* Provide default MonadIO instance for IO.Thomas Schilling2008-09-141-0/+1
* add assertion to check that UniqFM is only passed "positive" uniquesdias@eecs.harvard.edu2008-09-041-1/+21
* Fix a haddock2 failureIan Lynagh2008-08-281-3/+3
* Move pprFastFilePath from SrcLoc to OutputableIan Lynagh2008-08-261-0/+5
* use System.FilePath's isSearchPathSeparator instead of our ownSimon Marlow2008-08-181-12/+2
* Export Depth (needed for mkUserStyle); collapse identical PrintUnqualified, Q...simonpj@microsoft.com2008-08-111-5/+3
* Move allM to MonadUtilsMax Bolingbroke2008-08-072-6/+8
* Document UtilMax Bolingbroke2008-08-071-35/+38
* Document UniqSetMax Bolingbroke2008-07-311-1/+3
* Document UniqFM and add listToUFM_CMax Bolingbroke2008-07-311-2/+11
* Follow FastString changes in PrettyMax Bolingbroke2008-07-311-3/+2
* Document OutputableMax Bolingbroke2008-08-071-47/+120
* Document FiniteMapMax Bolingbroke2008-07-311-13/+19
* Document FastString and rename strLength to lengthLSMax Bolingbroke2008-07-311-29/+35
* Add more functionality to Digraph and refactor it's interface somewhat, inclu...Max Bolingbroke2008-07-311-137/+299
* Fix the bug part of Trac #1930simonpj@microsoft.com2008-08-041-6/+42
* Document LazyUniqFMMax Bolingbroke2008-07-311-0/+3
* Document FastTypesMax Bolingbroke2008-07-311-3/+24
* Follow changes in the base libraryIan Lynagh2008-07-314-35/+119
* Follow extensible exception changesIan Lynagh2008-07-303-4/+22
* Fixes for haddock 0.8Ian Lynagh2008-07-211-2/+2
* Fix Haddock errors.Thomas Schilling2008-07-201-58/+58
* Fix Haddock errors.Thomas Schilling2008-07-202-4/+4
* Properly comment out unused pragmasIan Lynagh2008-07-201-14/+14
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-163-2/+17
* Make showSDoc and printDoc use the same default width (100)Simon Marlow2008-07-141-1/+1
* add a comment to the effect that printDoc prints FastStrings in UTF-8Simon Marlow2008-07-111-0/+4
* Remove the need for undecidable instances in LazyUniqFMIan Lynagh2008-07-111-2/+1
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-105-1/+21
* Get rid of compat/Ian Lynagh2008-07-081-0/+69
* FIX #1736, and probably #2169, #2240Simon Marlow2008-07-071-4/+6
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-205-44/+3
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-1/+1
* More commandline flag improvementsIan Lynagh2008-06-161-1/+2
* Remove more ifdefferyIan Lynagh2008-06-141-1/+8
* Remove more ifdefferyIan Lynagh2008-06-141-1/+9