summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/T16260.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-041-0/+1
By default, when a module is compiled with plugins, it will be marked as unsafe. With this flag passed, all plugins are treated as trustworthy and the safety inference will no longer be affected. This fixes Trac #16260.