diff options
author | David Waern <david.waern@gmail.com> | 2010-12-07 14:08:10 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-12-07 14:08:10 +0000 |
commit | 37e87f52be4abd8412812e158b1762c32965598b (patch) | |
tree | 3fe0f2b655234995ff78940fc2600df607f4b6cb /src/Haddock/Lex.x | |
parent | 0606cea86a55407c9ca6e4fcc7151fbfc95305c9 (diff) |
Solve conflicts
Diffstat (limited to 'src/Haddock/Lex.x')
-rw-r--r-- | src/Haddock/Lex.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Haddock/Lex.x b/src/Haddock/Lex.x index 86f66e2d..2f0b4cd3 100644 --- a/src/Haddock/Lex.x +++ b/src/Haddock/Lex.x @@ -8,6 +8,7 @@ -- { +{-# LANGUAGE BangPatterns #-} -- Generated by Alex {-# OPTIONS -Wwarn -w #-} -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix |