diff options
| author | Ian Lynagh <ian@well-typed.com> | 2012-08-14 13:16:48 +0100 | 
|---|---|---|
| committer | Ian Lynagh <ian@well-typed.com> | 2012-08-14 13:16:48 +0100 | 
| commit | 2ad3ed118a6f9e503649cffa2e924beb607451c1 (patch) | |
| tree | 61b489f4b8d85b1754608a09743c44ada308990e /src/Haddock | |
| parent | 671b21146139d61339ee03b6afc33beab72ed63d (diff) | |
Remove some temporary pragmas I accidentally recorded
Diffstat (limited to 'src/Haddock')
| -rw-r--r-- | src/Haddock/Interface/Create.hs | 1 | ||||
| -rw-r--r-- | src/Haddock/Interface/LexParseRn.hs | 1 | ||||
| -rw-r--r-- | 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 eef1e112..f98c543b 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 09f2855c..8070b137 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 18f4c768..411b6661 100644 --- a/src/Haddock/Interface/ParseModuleHeader.hs +++ b/src/Haddock/Interface/ParseModuleHeader.hs @@ -1,4 +1,3 @@ -{-# OPTIONS_GHC -Wwarn #-}  -----------------------------------------------------------------------------  -- |  -- Module      :  Haddock.Interface.ParseModuleHeader | 
