summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/T15858.stderr
Commit message (Collapse)AuthorAgeFilesLines
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-0/+21
Previously when switching from using a Plugin with `RecompMaybe`/`ForceRecompile` in `pluginRecompile` to a Plugin with `NoForceRecompile` GHC would never even consider recompiling. However the previously active plugin could have modified the compilation output so we should recompile. Test Plan: validate Reviewers: bgamari, mpickering Subscribers: mpickering, rwbarton, carter GHC Trac Issues: #15858 Differential Revision: https://phabricator.haskell.org/D5299