.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:
Brent Yorgey 2015-12-22 07:39:06 -06:00
parent 723494f01e
commit 9f68077c6c

View File

@ -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