summaryrefslogtreecommitdiff
path: root/compiler/main/Finder.lhs
Commit message (Expand)AuthorAgeFilesLines
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* 80 columnsSimon Marlow2013-11-211-2/+4
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-2/+2
* Whitespace only in main/Finder.lhsIan Lynagh2011-04-091-123/+121
* Merge _stub.o files into the main .o file (Fixes #3687 and #706)Simon Marlow2011-04-051-15/+5
* Fix bug introduced in "Implement fuzzy matching for the Finder"Simon Marlow2011-02-081-1/+1
* Improve the finder's error messagessimonpj@microsoft.com2011-01-131-7/+28
* Implement fuzzy matching for the Findersimonpj@microsoft.com2010-12-221-50/+64
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+1
* Fix warningsIan Lynagh2009-08-191-1/+0
* Put a newtype wrapper around ModuleEnvIan Lynagh2009-08-181-4/+4
* Make updates to the Finder caches atomic. Well, almost.Thomas Schilling2009-08-161-7/+13
* Give a better error message for hidden packages when building Cabal packageIan Lynagh2009-07-261-2/+13
* refactor: use packageConfigId in place of mkPackageId . packageSimon Marlow2009-07-161-4/+4
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Improve the error message when we find a module in 2 places; trac #3183Ian Lynagh2009-04-261-4/+7
* FIX #2682: banish silly cases of the "module Foo is not loaded" errorSimon Marlow2009-04-211-0/+1
* FIX #3093: stub filenames when using -osufSimon Marlow2009-03-161-14/+5
* Improvements to the "can't find module" error message (#2980)Simon Marlow2009-02-061-51/+57
* More useful error message when a package .hi file cannot be found:Simon Marlow2009-01-151-8/+18
* Follow changes in CabalIan Lynagh2008-08-131-1/+1
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-20/+25
* Fix Haddock errors.Thomas Schilling2008-07-201-2/+2
* (F)SLIT -> (f)sLit in FinderIan Lynagh2008-04-121-16/+14
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-071-1/+1
* cleanup onlySimon Marlow2008-01-221-7/+1
* FilePath fixesIan Lynagh2008-01-121-3/+3
* Use System.FilePathIan Lynagh2008-01-121-37/+43
* Extend API for compiling to and from CoreTim Chevalier2007-12-251-10/+6
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-8/+1
* remove most warningsSimon Marlow2007-10-031-2/+14
* further stub filename fix: I managed to break non-stubdir -fvia-C compilationSimon Marlow2007-09-271-1/+1
* FIX -stubdir bug: the .hc file was #including the wrong _stub.h filenameSimon Marlow2007-09-261-2/+16
* 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
* Add missing special case for GHC.PrimSimon Marlow2007-04-161-0/+8
* Module header tidyup #2Simon Marlow2006-10-111-3/+2
* Improve the "could not find module" error messageSimon Marlow2006-08-111-16/+36
* Generalise Package SupportSimon Marlow2006-07-251-179/+225
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+499