summaryrefslogtreecommitdiff
path: root/compiler/main/Finder.hs
Commit message (Expand)AuthorAgeFilesLines
* Do not throw away backpack instantiations for module lookup cacheJohn Ericson2019-09-121-1/+1
* Fix #16500: look for interface files in -hidir flag in OneShot modePhuong Trinh2019-04-081-2/+13
* Support generating HIE filesAlec Theriault2018-12-111-2/+21
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Rename literal constructorsSylvain Henry2018-11-221-3/+3
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-161-21/+16
* Improve error message when importing an unusable packageSean D Gillespie2018-06-171-12/+49
* GHCi: Include a note in the hint to expose a hidden packageChaitanya Koparkar2018-05-131-1/+2
* GHCi: Improve the error message for hidden packagesChaitanya Koparkar2018-05-031-3/+7
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-1/+1
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-61/+142
* The Backpack patch.Edward Z. Yang2016-10-081-5/+5
* Better comment for orIfNotFound.Edward Z. Yang2016-06-051-1/+5
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-28/+28
* Export some useful GHC API functions.Edward Z. Yang2015-12-291-0/+2
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-221-2/+25
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-5/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-22/+22
* User should use -package-id flag if value in question is IPID.Edward Z. Yang2015-10-141-1/+1
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-3/+5
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-52/+25
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-25/+52
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-52/+25
* Give a hint when a TH splice has a bad package key, partially fixes #10279Edward Z. Yang2015-05-041-2/+14
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-25/+52
* Axe ModFinderCache, folding it into a generalized FinderCache.Edward Z. Yang2015-02-241-53/+16
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-8/+6
* compiler: de-lhs main/Austin Seipp2014-12-031-0/+693