Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2ad3ed118a6f9e503649cffa2e924beb607451c1 >--------------------------------------------------------------- commit 2ad3ed118a6f9e503649cffa2e924beb607451c1 Author: Ian Lynagh <[email protected]> Date: Tue Aug 14 13:16:48 2012 +0100 Remove some temporary pragmas I accidentally recorded >--------------------------------------------------------------- src/Haddock/Interface/Create.hs | 1 - src/Haddock/Interface/LexParseRn.hs | 1 - src/Haddock/Interface/ParseModuleHeader.hs | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index eef1e11..f98c543 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -1,5 +1,4 @@ {-# LANGUAGE TupleSections, BangPatterns #-} -{-# OPTIONS_GHC -Wwarn #-} ----------------------------------------------------------------------------- -- | -- Module : Haddock.Interface.Create diff --git a/src/Haddock/Interface/LexParseRn.hs b/src/Haddock/Interface/LexParseRn.hs index 09f2855..8070b13 100644 --- a/src/Haddock/Interface/LexParseRn.hs +++ b/src/Haddock/Interface/LexParseRn.hs @@ -1,4 +1,3 @@ -{-# OPTIONS_GHC -Wwarn #-} {-# LANGUAGE BangPatterns #-} ----------------------------------------------------------------------------- -- | diff --git a/src/Haddock/Interface/ParseModuleHeader.hs b/src/Haddock/Interface/ParseModuleHeader.hs index 18f4c76..411b666 100644 --- a/src/Haddock/Interface/ParseModuleHeader.hs +++ b/src/Haddock/Interface/ParseModuleHeader.hs @@ -1,4 +1,3 @@ -{-# OPTIONS_GHC -Wwarn #-} ----------------------------------------------------------------------------- -- | -- Module : Haddock.Interface.ParseModuleHeader _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
