2012-06-27 22:25:01 +02:00
|
|
|
--- 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 @@
|
2010-07-16 22:10:40 +02:00
|
|
|
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
|
2012-06-27 22:25:01 +02:00
|
|
|
@@ -46,7 +54,7 @@
|
|
|
|
build-depends: base < 5 && >=3, containers, directory, process, filepath, extensible-exceptions
|
|
|
|
else
|
|
|
|
build-depends: base < 3
|
|
|
|
- build-depends: X11>=1.5.0.0 && < 1.6, mtl, unix,
|
|
|
|
+ build-depends: X11>=1.5.0.0 && < 1.7, mtl, unix,
|
|
|
|
utf8-string >= 0.3 && < 0.4
|
|
|
|
|
|
|
|
if true
|
|
|
|
@@ -88,3 +96,5 @@
|
2010-07-16 22:10:40 +02:00
|
|
|
ghc-options: -Werror
|
|
|
|
if flag(testing) && flag(small_base)
|
2011-01-10 00:57:20 +01:00
|
|
|
build-depends: filepath, process, directory, mtl, unix, X11, base, containers, random, extensible-exceptions
|
2010-07-16 22:10:40 +02:00
|
|
|
+ if flag(threaded)
|
|
|
|
+ ghc-options: -threaded
|