aboutsummaryrefslogtreecommitdiff
path: root/desktop/xmonad/xmonad_cabal.patch
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-08 22:57:01 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-09 09:35:59 +0700
commite4ce7ac80644994598df6669624478e7768eb5e7 (patch)
treefbade64f6163da52dce5f0778d43227cb652c496 /desktop/xmonad/xmonad_cabal.patch
parent7955471af2edfc21822d37d095f201366341113f (diff)
desktop/xmonad: Updated for version 0.17.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xmonad/xmonad_cabal.patch')
-rw-r--r--desktop/xmonad/xmonad_cabal.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/desktop/xmonad/xmonad_cabal.patch b/desktop/xmonad/xmonad_cabal.patch
deleted file mode 100644
index b737064f45..0000000000
--- a/desktop/xmonad/xmonad_cabal.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- xmonad.cabal.orig 2012-05-16 01:04:06.426000004 +0300
-+++ xmonad.cabal 2012-05-16 01:04:39.336999960 +0300
-@@ -32,6 +32,10 @@
- description: Testing mode, only build minimal components
- default: False
-
-+flag threaded
-+ description: Use threaded runtime for xmonad binary
-+ default: False
-+
- library
- exposed-modules: XMonad
- XMonad.Main
-@@ -88,3 +96,5 @@
- ghc-options: -Werror
- if flag(testing) && flag(small_base)
- build-depends: filepath, process, directory, mtl, unix, X11, base, containers, random, extensible-exceptions
-+ if flag(threaded)
-+ ghc-options: -threaded