aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Lex.x
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-11-21 03:39:54 +0000
committerDavid Waern <david.waern@gmail.com>2010-11-21 03:39:54 +0000
commit0c906c379dc5bd1ae4d4b577406e3ae3e2702acc (patch)
tree02d4b9f3ff5b95b07646e8d6814786a3a962a593 /src/Haddock/Lex.x
parent371a8ef10f2fe1d30f203105750f04a9bdbb94b7 (diff)
Add BangPatterns to alex and happy source files
Diffstat (limited to 'src/Haddock/Lex.x')
-rw-r--r--src/Haddock/Lex.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Haddock/Lex.x b/src/Haddock/Lex.x
index 86f66e2d..f4f017c4 100644
--- a/src/Haddock/Lex.x
+++ b/src/Haddock/Lex.x
@@ -8,6 +8,7 @@
--
{
+{-# LANGUAGE BangPatterns #-}
{-# 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