summaryrefslogtreecommitdiffstats
path: root/desktop/xmonad/xmonad_cabal.patch
blob: b737064f45a228ad3d357061d1d778cf79b8be3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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