From 0ef119071347f7bc14f0fa89904b0cfd0b230ac1 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Thu, 6 May 2021 22:22:02 +0200 Subject: Fully remove HsVersions.h Replace uses of WARN macro with calls to: warnPprTrace :: Bool -> SDoc -> a -> a Remove the now unused HsVersions.h Bump haddock submodule --- compiler/GHC/Core/TyCon/Set.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/GHC/Core/TyCon/Set.hs') diff --git a/compiler/GHC/Core/TyCon/Set.hs b/compiler/GHC/Core/TyCon/Set.hs index d2615dfd73..567c52b43c 100644 --- a/compiler/GHC/Core/TyCon/Set.hs +++ b/compiler/GHC/Core/TyCon/Set.hs @@ -18,8 +18,6 @@ module GHC.Core.TyCon.Set ( nameSetAny, nameSetAll ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.Types.Unique.Set -- cgit v1.2.1