Skip to content
Snippets Groups Projects
Commit 8f8d7a2a authored by simonpj's avatar simonpj
Browse files

Alex generates BangPatterns, so make Lex.x accept them

(It'd be better for Alex to generate this pragma.)
parent f94de078
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
-- --
{ {
{-# LANGUAGE BangPatterns #-}
{-# OPTIONS -Wwarn -w #-} {-# OPTIONS -Wwarn -w #-}
-- The above warning supression flag is a temporary kludge. -- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix -- While working on this module you are encouraged to remove it and fix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment