mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
.cabal: remove outdated flag
xmonad no longer supports GHC 6.10, and the -O0 was causing cabal to generate a warning.
This commit is contained in:
parent
723494f01e
commit
9f68077c6c
@ -82,9 +82,6 @@ library
|
||||
if impl(ghc >= 6.12.1)
|
||||
ghc-options: -fno-warn-unused-do-bind
|
||||
|
||||
if impl (ghc == 6.10.1) && arch (x86_64)
|
||||
ghc-options: -O0
|
||||
|
||||
exposed-modules: XMonad.Doc
|
||||
XMonad.Doc.Configuring
|
||||
XMonad.Doc.Extending
|
||||
|
Loading…
x
Reference in New Issue
Block a user