diff options
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/gadt/gadt17.hs | 4 | ||||
-rw-r--r-- | testsuite/tests/hiefile/should_run/PatTypes.hs | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/gadt/gadt17.hs b/testsuite/tests/gadt/gadt17.hs index de99d3888e..feb61b6463 100644 --- a/testsuite/tests/gadt/gadt17.hs +++ b/testsuite/tests/gadt/gadt17.hs @@ -1,8 +1,8 @@ {-# LANGUAGE GADTs #-} {-# OPTIONS_GHC -O #-} --- This one showed up a bug that required type refinement in TcIface --- See the call to coreRefineTys in TcIface +-- This one showed up a bug that required type refinement in GHC.IfaceToCore +-- See the call to coreRefineTys in GHC.IfaceToCore -- -- Tests for bug: https://gitlab.haskell.org/ghc/ghc/issues/685 diff --git a/testsuite/tests/hiefile/should_run/PatTypes.hs b/testsuite/tests/hiefile/should_run/PatTypes.hs index 7948c43473..352b8f1070 100644 --- a/testsuite/tests/hiefile/should_run/PatTypes.hs +++ b/testsuite/tests/hiefile/should_run/PatTypes.hs @@ -8,9 +8,9 @@ import SrcLoc import UniqSupply import Name -import HieBin -import HieTypes -import HieUtils +import GHC.Iface.Ext.Binary +import GHC.Iface.Ext.Types +import GHC.Iface.Ext.Utils import DynFlags import SysTools |