[commit: ghc] master: Remove an old OPTIONS_GHC (5571786)

git at git.haskell.org git at git.haskell.org
Thu Dec 20 12:37:51 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/557178619aa20d7c7789fe2c6225396429c77f70/ghc

>---------------------------------------------------------------

commit 557178619aa20d7c7789fe2c6225396429c77f70
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Thu Dec 20 15:36:54 2018 +0300

    Remove an old OPTIONS_GHC


>---------------------------------------------------------------

557178619aa20d7c7789fe2c6225396429c77f70
 compiler/main/GhcMake.hs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 8b2bc01..ae27d4e 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.
 
 -- -----------------------------------------------------------------------------
 --



More information about the ghc-commits mailing list