summaryrefslogtreecommitdiff
path: root/utils/genapply/Main.hs
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-10-03 08:41:56 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-10-03 08:41:56 -0400
commita838ae3750d0744001f31f4cedad13acf47bd610 (patch)
tree12f3162b94da073165d8ae9dc7bea6b65cdc8e29 /utils/genapply/Main.hs
parent21efbc7599e39ec93b8b13b7d7b84811226e6f6f (diff)
downloadhaskell-a838ae3750d0744001f31f4cedad13acf47bd610.tar.gz
Drop GHC 8.2 compatibility
Summary: GHC 8.6.1 is out, so now GHC's support window only extends back to GHC 8.4. This means we can delete gobs of code that were only used for GHC 8.2 support. Hooray! Test Plan: ./validate Reviewers: bgamari, Phyx, erikd Reviewed By: bgamari, Phyx Subscribers: rwbarton, erikd, carter Differential Revision: https://phabricator.haskell.org/D5192
Diffstat (limited to 'utils/genapply/Main.hs')
-rw-r--r--utils/genapply/Main.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs
index b30c9f8c46..71b84fde79 100644
--- a/utils/genapply/Main.hs
+++ b/utils/genapply/Main.hs
@@ -19,9 +19,7 @@ module Main(main) where
-- Needed for TAG_BITS
#include "../../includes/MachDeps.h"
-#if MIN_VERSION_base(4,11,0)
import Prelude hiding ((<>))
-#endif
import Text.PrettyPrint
import Data.Word