diff options
Diffstat (limited to 'testsuite/tests/plugins/hole-fit-plugin/HoleFitPlugin.hs')
-rw-r--r-- | testsuite/tests/plugins/hole-fit-plugin/HoleFitPlugin.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/hole-fit-plugin/HoleFitPlugin.hs b/testsuite/tests/plugins/hole-fit-plugin/HoleFitPlugin.hs index 2692dbe665..054df8af3c 100644 --- a/testsuite/tests/plugins/hole-fit-plugin/HoleFitPlugin.hs +++ b/testsuite/tests/plugins/hole-fit-plugin/HoleFitPlugin.hs @@ -1,7 +1,7 @@ {-# LANGUAGE TypeApplications, RecordWildCards #-} module HoleFitPlugin where -import GhcPlugins hiding ((<>)) +import GHC.Plugins hiding ((<>)) import TcHoleErrors |