Skip to content

Commit

Permalink
use OPTIONS instead of OPTIONS_GHC for now, the latter doesn't work w…
Browse files Browse the repository at this point in the history
…ith GHC 6.2.x
  • Loading branch information
Simon Marlow committed Sep 12, 2007
1 parent 319bbb8 commit 68ffb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Distribution/Simple/Install.hs
@@ -1,5 +1,5 @@
{-# OPTIONS -cpp #-}
{-# OPTIONS_GHC -w #-}
{-# OPTIONS -w #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
Expand Down
2 changes: 1 addition & 1 deletion Distribution/Simple/InstallDirs.hs
@@ -1,5 +1,5 @@
{-# OPTIONS -cpp -fffi #-}
{-# OPTIONS_GHC -w #-}
{-# OPTIONS -w #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
Expand Down

0 comments on commit 68ffb0a

Please sign in to comment.