diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-02 19:13:44 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-06 18:39:22 -0500 |
commit | 99a9f51bf8207c79241fc0b685fadeb222a61292 (patch) | |
tree | 63daf74031c47b7a680477a21bba505bf2d32701 /testsuite | |
parent | 5ffea0c6c6a2670fd6819540f3ea61ce6620caaa (diff) | |
download | haskell-99a9f51bf8207c79241fc0b685fadeb222a61292.tar.gz |
Module hierarchy: Iface (cf #13009)
Diffstat (limited to 'testsuite')
-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 |