summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ghctags compile again.Thomas Schilling2008-10-071-35/+33
* Revert AutoLinkPackages change for dynamic libraries. Cabal handles that now.Clemens Fruhwirth2008-10-071-2/+2
* Change suffix for dyn. linked executables from _real to .dynClemens Fruhwirth2008-10-072-3/+3
* Add accessors to 'Target' fields and haddockify.Thomas Schilling2008-10-061-3/+5
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-063-21/+39
* Add Word8 support to vectoriserRoman Leshchinskiy2008-10-071-4/+20
* Fix generating OS X installers: Set COMMAND_MODE=unix2003Ian Lynagh2008-10-051-2/+10
* We need to set datadir = $(libdir) in bindistsIan Lynagh2008-10-051-1/+4
* prep-bin-dist-mingw complains if it finds a bad version of windresIan Lynagh2008-10-041-0/+7
* removed Data.Generics.Basics, added Data.Data'Jose Pedro Magalhaes2008-10-021-1/+1
* Fix a build problem with GHC 6.4.2Ian Lynagh2008-10-031-0/+5
* No AutoLinkPackages for dynamic library linkingClemens Fruhwirth2008-10-031-2/+2
* use ghcError for error in command lineClemens Fruhwirth2008-10-011-1/+1
* Fix warningssimonpj@microsoft.com2008-10-032-4/+1
* Always use extensible exceptions in ghc-pkg, rather than using ifdefsIan Lynagh2008-10-032-29/+13
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-035-34/+22
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-0313-244/+30
* Expunge ThFake, cure Trac #2632simonpj@microsoft.com2008-10-0310-77/+102
* Make a debug check more refinedsimonpj@microsoft.com2008-10-031-2/+2
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-0316-39/+60
* Let parseModule take a ModSummary like checkAndLoadModule did.Thomas Schilling2008-10-023-7/+14
* Remove some out-of-date entries from .darcs-boringIan Lynagh2008-10-021-2/+0
* TFs: Allow repeated variables in left-hand sides of instancesManuel M T Chakravarty2008-10-021-8/+42
* Clean up some commentsManuel M T Chakravarty2008-10-023-13/+8
* Make the new binder-swap stuff in OccurAnal work right for GlobalIdssimonpj@microsoft.com2008-10-021-40/+70
* Minor refactoring onlysimonpj@microsoft.com2008-10-021-13/+21
* Comments onlysimonpj@microsoft.com2008-10-022-5/+2
* Zap dead-ness info appropriately in SpecConstrsimonpj@microsoft.com2008-10-021-14/+24
* Suppress invalid Core Lint complaint about lack of constructorssimonpj@microsoft.com2008-10-021-0/+1
* add some more GC roots (fixes conc048, and possibly some others)Simon Marlow2008-10-011-2/+10
* Document +RTS -hT Simon Marlow2008-10-011-3/+35
* fix new-qualified-operators linkSimon Marlow2008-10-011-1/+1
* Proper error message for unsupported pattern signaturesManuel M T Chakravarty2008-10-012-6/+16
* Prevent excessive inlining with DPHRoman Leshchinskiy2008-10-022-1/+8
* On Windows, check that we have a good version of windres when configuringIan Lynagh2008-10-012-0/+43
* Call $(PERL) rather than perl when making the manpageIan Lynagh2008-09-301-1/+1
* don't install the installPackage programIan Lynagh2008-09-301-2/+3
* Fix #2637: conc032(threaded2) failureSimon Marlow2008-10-011-38/+52
* Remove outdated link to OGI webpageSimon Marlow2008-09-301-5/+0
* TFs: Fixed InstContextNorm (and simplification of IPs)Manuel M T Chakravarty2008-10-011-4/+54
* TcSimplify.reduceImplication: clean upManuel M T Chakravarty2008-10-013-92/+93
* Make sure to zonk the kind of coercion variablesManuel M T Chakravarty2008-10-016-39/+57
* Remover PROT_EXEC flag from mmap()Simon Marlow2008-09-301-2/+2
* Fix #2410: carefully generate unique names for CAF CCsSimon Marlow2008-09-301-6/+9
* fix #2594: we were erroneously applying masks, as the reporter suggestedSimon Marlow2008-09-301-3/+3
* Unconditionalize definition of DYNAMIC_* so that libffi.so/.dll is removed ev...Clemens Fruhwirth2008-09-301-5/+2
* Type families: need to instantiate flexible skolems before other flexiblesManuel M T Chakravarty2008-09-301-37/+46
* Fix warningsManuel M T Chakravarty2008-09-291-1/+1
* Type families: consider subst rules both wayManuel M T Chakravarty2008-09-291-2/+32
* Clean up a bit and improve an error messagepepe2008-09-261-12/+10