mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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)
|
if impl(ghc >= 6.12.1)
|
||||||
ghc-options: -fno-warn-unused-do-bind
|
ghc-options: -fno-warn-unused-do-bind
|
||||||
|
|
||||||
if impl (ghc == 6.10.1) && arch (x86_64)
|
|
||||||
ghc-options: -O0
|
|
||||||
|
|
||||||
exposed-modules: XMonad.Doc
|
exposed-modules: XMonad.Doc
|
||||||
XMonad.Doc.Configuring
|
XMonad.Doc.Configuring
|
||||||
XMonad.Doc.Extending
|
XMonad.Doc.Extending
|
||||||
|
Loading…
x
Reference in New Issue
Block a user