summaryrefslogtreecommitdiff
path: root/compiler/main/Finder.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs main/Austin Seipp2014-12-031-694/+0
* Miscellaneous documentation for the Finder.Edward Z. Yang2014-11-071-2/+22
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-0/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-7/+7
* Address a number of Edward's code review commentsDuncan Coutts2014-08-291-0/+1
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-2/+3
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-10/+9
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-27/+76
* Refactor package state, also fixing a module reexport bug.Edward Z. Yang2014-08-051-42/+16
* Make PackageState an abstract type.Edward Z. Yang2014-08-051-6/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+1
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-10/+15
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-11/+11
* mkHiPath & mkObjPath didn't need to be in IOSimon Marlow2014-05-301-11/+9
* 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