From 14d9fa247ae7e810e15b1cb09454c93bbe4cf946 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 29 Mar 2021 16:30:07 +0100 Subject: [PATCH] Drop "testing" cabal flag Since 8863761d660a70984595d9162319801e648b69ec (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 --- xmonad.cabal | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xmonad.cabal b/xmonad.cabal index a4fd031..2a460fd 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -51,11 +51,6 @@ source-repository head type: git location: https://github.com/xmonad/xmonad -flag testing - default: False - manual: True - description: Testing mode, only build minimal components - flag generatemanpage default: False manual: True @@ -89,9 +84,6 @@ library if impl(ghc <= 8.4.4) ghc-options: -Werror=unused-imports - if flag(testing) - buildable: False - executable xmonad main-is: Main.hs build-depends: base, X11, mtl, unix, xmonad