mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-17 12:53:48 -07:00
Drop "testing" cabal flag
Since 8863761d66
(early 2014), the test
suite is a proper cabal test-suite and needs the "xmonad" library to be
built, and thus the flag serve no purpose.
Related: https://github.com/xmonad/xmonad/issues/283
This commit is contained in:
@@ -51,11 +51,6 @@ source-repository head
|
|||||||
type: git
|
type: git
|
||||||
location: https://github.com/xmonad/xmonad
|
location: https://github.com/xmonad/xmonad
|
||||||
|
|
||||||
flag testing
|
|
||||||
default: False
|
|
||||||
manual: True
|
|
||||||
description: Testing mode, only build minimal components
|
|
||||||
|
|
||||||
flag generatemanpage
|
flag generatemanpage
|
||||||
default: False
|
default: False
|
||||||
manual: True
|
manual: True
|
||||||
@@ -89,9 +84,6 @@ library
|
|||||||
if impl(ghc <= 8.4.4)
|
if impl(ghc <= 8.4.4)
|
||||||
ghc-options: -Werror=unused-imports
|
ghc-options: -Werror=unused-imports
|
||||||
|
|
||||||
if flag(testing)
|
|
||||||
buildable: False
|
|
||||||
|
|
||||||
executable xmonad
|
executable xmonad
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends: base, X11, mtl, unix, xmonad
|
build-depends: base, X11, mtl, unix, xmonad
|
||||||
|
Reference in New Issue
Block a user