mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-25 08:43:46 -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)
|
if flag(testing)
|
||||||
ghc-options: -Werror
|
ghc-options: -Werror
|
||||||
|
|
||||||
if impl (ghc >= 6.10.1) && arch (x86_64)
|
if impl (ghc == 6.10.1) && arch (x86_64)
|
||||||
ghc-options: -O0
|
ghc-options: -O0
|
||||||
|
|
||||||
exposed-modules: XMonad.Doc
|
exposed-modules: XMonad.Doc
|
||||||
|
Reference in New Issue
Block a user