mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-23 07:53:48 -07:00
Optimizer bug does not affect 6.10.2 (issue 226)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user