diff options
-rw-r--r-- | compiler/main/GhcMake.hs | 4 |
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. -- ----------------------------------------------------------------------------- -- |