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/Interface/LexParseRn.hs | |
parent | 671b21146139d61339ee03b6afc33beab72ed63d (diff) |
Remove some temporary pragmas I accidentally recorded
Diffstat (limited to 'src/Haddock/Interface/LexParseRn.hs')
-rw-r--r-- | src/Haddock/Interface/LexParseRn.hs | 1 |
1 files changed, 0 insertions, 1 deletions
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 #-} ----------------------------------------------------------------------------- -- | |