Optimizer bug does not affect 6.10.2 (issue 226)

This commit is contained in:
Adam Vogt
2009-04-30 03:48:23 +00:00
parent 06a997aaf9
commit 89c2ecb448

View File

@@ -57,7 +57,7 @@ library
if flag(testing)
ghc-options: -Werror
if impl (ghc >= 6.10.1) && arch (x86_64)
if impl (ghc == 6.10.1) && arch (x86_64)
ghc-options: -O0
exposed-modules: XMonad.Doc