From 1941ef4f050c0dfcb68229641fcbbde3a10f1072 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Wed, 18 Mar 2020 10:44:56 +0100 Subject: Modules: Types (#13009) Update Haddock submodule Metric Increase: haddock.compiler --- testsuite/tests/hiefile/should_run/PatTypes.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuite/tests/hiefile') diff --git a/testsuite/tests/hiefile/should_run/PatTypes.hs b/testsuite/tests/hiefile/should_run/PatTypes.hs index 5d67639339..c38cacab80 100644 --- a/testsuite/tests/hiefile/should_run/PatTypes.hs +++ b/testsuite/tests/hiefile/should_run/PatTypes.hs @@ -3,10 +3,10 @@ module Main where import System.Environment -import NameCache -import SrcLoc -import UniqSupply -import Name +import GHC.Types.Name.Cache +import GHC.Types.SrcLoc +import GHC.Types.Unique.Supply +import GHC.Types.Name import GHC.Iface.Ext.Binary import GHC.Iface.Ext.Types -- cgit v1.2.1