From cef118de79b16fc2dddc147393a46c20f126e4a3 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Wed, 19 Feb 2020 11:23:10 +0100 Subject: [PATCH] Modules: Driver (#13009) --- gc/happy/TestInput.hs | 2 +- gc/happy/TestInput.y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gc/happy/TestInput.hs b/gc/happy/TestInput.hs index 5103a94..31c9f0b 100644 --- a/gc/happy/TestInput.hs +++ b/gc/happy/TestInput.hs @@ -6,7 +6,7 @@ module Parser ( parseModule, parseStmt, parseIdentifier, parseType, import GHC.Hs import RdrHsSyn -import HscTypes ( IsBootInterface, DeprecTxt ) +import GHC.Driver.Types ( IsBootInterface, DeprecTxt ) import Lexer import RdrName import TysWiredIn ( unitTyCon, unitDataCon, tupleTyCon, tupleCon, nilDataCon, diff --git a/gc/happy/TestInput.y b/gc/happy/TestInput.y index 99b0a93..2beec9a 100644 --- a/gc/happy/TestInput.y +++ b/gc/happy/TestInput.y @@ -18,7 +18,7 @@ module Parser ( parseModule, parseStmt, parseIdentifier, parseType, import GHC.Hs import RdrHsSyn -import HscTypes ( IsBootInterface, DeprecTxt ) +import GHC.Driver.Types ( IsBootInterface, DeprecTxt ) import Lexer import RdrName import TysWiredIn ( unitTyCon, unitDataCon, tupleTyCon, tupleCon, nilDataCon, -- GitLab