summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Plugins.hs-boot
Commit message (Collapse)AuthorAgeFilesLines
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-0/+3
| | | | | | | | | | | | Plugins were directly fetched from HscEnv (hsc_static_plugins and hsc_plugins). The tight coupling of plugins and of HscEnv is undesirable and it's better to store them in a new Plugins datatype and to use it in the plugins' API (e.g. withPlugins, mapPlugins...). In the process, the interactive context (used by GHCi) got proper support for different static plugins than those used for loaded modules. Bump haddock submodule
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* Modules: Driver (#13009)Sylvain Henry2020-02-211-0/+10
submodule updates: nofib, haddock