From c658c580863fc23c29f183db3f52a2004756d84c Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 9 Dec 2022 00:01:54 +0000 Subject: hlint: Removed redundant UnboxedSums pragmas UnboxedSums is quite confusingly implied by UnboxedTuples, alas, just the way it is. See #22485 --- compiler/GHC/Core/Lint.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/GHC/Core') diff --git a/compiler/GHC/Core/Lint.hs b/compiler/GHC/Core/Lint.hs index e541058cc7..f980371c26 100644 --- a/compiler/GHC/Core/Lint.hs +++ b/compiler/GHC/Core/Lint.hs @@ -2,7 +2,6 @@ {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE UnboxedTuples #-} -{-# LANGUAGE UnboxedSums #-} {- (c) The University of Glasgow 2006 -- cgit v1.2.1