[commit: template-haskell] master: Remove some redundant warning suppression (02af008)

Ian Lynagh igloo at ghc.haskell.org
Sun Jul 28 18:24:34 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/02af008ade47695f8f7fcf420460132e6fb6983d

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

commit 02af008ade47695f8f7fcf420460132e6fb6983d
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Jul 28 15:41:37 2013 +0100

    Remove some redundant warning suppression

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

 Language/Haskell/TH/Syntax.hs |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/Language/Haskell/TH/Syntax.hs b/Language/Haskell/TH/Syntax.hs
index 7a8a3f8..9d6ae93 100644
--- a/Language/Haskell/TH/Syntax.hs
+++ b/Language/Haskell/TH/Syntax.hs
@@ -1,10 +1,4 @@
 {-# LANGUAGE UnboxedTuples #-}
-{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
--- The -fno-warn-warnings-deprecations flag is a temporary kludge.
--- While working on this module you are encouraged to remove it and fix
--- any warnings in the module. See
---     http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions#Warnings
--- for details
 
 -----------------------------------------------------------------------------
 -- |






More information about the ghc-commits mailing list