diff options
Diffstat (limited to 'testsuite/tests/plugins/HomePackagePlugin.hs')
-rw-r--r-- | testsuite/tests/plugins/HomePackagePlugin.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/HomePackagePlugin.hs b/testsuite/tests/plugins/HomePackagePlugin.hs index 7c979c3fb5..d2b11dd81a 100644 --- a/testsuite/tests/plugins/HomePackagePlugin.hs +++ b/testsuite/tests/plugins/HomePackagePlugin.hs @@ -1,6 +1,6 @@ module HomePackagePlugin where -import GhcPlugins +import GHC.Plugins plugin :: Plugin plugin = defaultPlugin { |