summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-12-20 15:36:54 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-12-20 15:37:17 +0300
commit557178619aa20d7c7789fe2c6225396429c77f70 (patch)
tree21ca7933cf58154e15187da9ca674141ea0c4b6c
parent9d9e35574a92773d872efd58a67339a9e054a9f1 (diff)
downloadhaskell-557178619aa20d7c7789fe2c6225396429c77f70.tar.gz
Remove an old OPTIONS_GHC
-rw-r--r--compiler/main/GhcMake.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 8b2bc01ffe..ae27d4e7fe 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -1,9 +1,5 @@
{-# LANGUAGE BangPatterns, CPP, NondecreasingIndentation, ScopedTypeVariables #-}
{-# LANGUAGE NamedFieldPuns #-}
-{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
--- NB: we specifically ignore deprecations. GHC 7.6 marks the .QSem module as
--- deprecated, although it became un-deprecated later. As a result, using 7.6
--- as your bootstrap compiler throws annoying warnings.
-- -----------------------------------------------------------------------------
--