From c13720c8c6047844f659ad4ce684946b80c99bee Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 1 Aug 2017 09:48:52 -0400 Subject: Drop GHC 7.10 compatibility GHC 8.2.1 is out, so now GHC's support window only extends back to GHC 8.0. This means we can delete gobs of code that was only used for GHC 7.10 support. Hooray! Test Plan: ./validate Reviewers: hvr, bgamari, austin, goldfire, simonmar Reviewed By: bgamari Subscribers: Phyx, rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3781 --- compiler/nativeGen/X86/CodeGen.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/nativeGen') diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index 341fa43dbc..bd4774ae2c 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -2,9 +2,7 @@ -- The default iteration limit is a bit too low for the definitions -- in this module. -#if __GLASGOW_HASKELL__ >= 800 {-# OPTIONS_GHC -fmax-pmcheck-iterations=10000000 #-} -#endif ----------------------------------------------------------------------------- -- -- cgit v1.2.1