From a426abb9b41de6097e888b9fdca7b275306b17c9 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Thu, 14 May 2020 13:52:44 +0200 Subject: Rename GHC.Hs.Types into GHC.Hs.Type See discussion in https://gitlab.haskell.org/ghc/ghc/issues/13009#note_268610 --- compiler/GHC/Hs.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/GHC/Hs.hs') diff --git a/compiler/GHC/Hs.hs b/compiler/GHC/Hs.hs index fa71e65599..587a0cd1b2 100644 --- a/compiler/GHC/Hs.hs +++ b/compiler/GHC/Hs.hs @@ -25,7 +25,7 @@ module GHC.Hs ( module GHC.Hs.ImpExp, module GHC.Hs.Lit, module GHC.Hs.Pat, - module GHC.Hs.Types, + module GHC.Hs.Type, module GHC.Hs.Utils, module GHC.Hs.Doc, module GHC.Hs.Extension, @@ -44,7 +44,7 @@ import GHC.Hs.ImpExp import GHC.Hs.Lit import GHC.Hs.Extension import GHC.Hs.Pat -import GHC.Hs.Types +import GHC.Hs.Type import GHC.Types.Basic ( Fixity, WarningTxt ) import GHC.Hs.Utils import GHC.Hs.Doc -- cgit v1.2.1