summaryrefslogtreecommitdiff
path: root/compiler/main/Finder.hs
Commit message (Expand)AuthorAgeFilesLines
* 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