summaryrefslogtreecommitdiffstats
path: root/desktop/xmonad/xmonad.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri2011-01-10 00:57:20 +0100
committer Robby Workman2011-01-10 22:04:46 +0100
commit7bef4dba5f81e139e46a6600914e39e34f776e29 (patch)
tree5995ee89968e2feb0048dc18c91f7a65c5598d44 /desktop/xmonad/xmonad.SlackBuild
parentf3063c815cd0f5efd7b824326ba17e337b911331 (diff)
downloadslackbuilds-7bef4dba5f81e139e46a6600914e39e34f776e29.tar.gz
desktop/xmonad: Updated for version 0.9.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xmonad/xmonad.SlackBuild')
-rw-r--r--desktop/xmonad/xmonad.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/xmonad/xmonad.SlackBuild b/desktop/xmonad/xmonad.SlackBuild
index 98861d9129..4ab3530a0d 100644
--- a/desktop/xmonad/xmonad.SlackBuild
+++ b/desktop/xmonad/xmonad.SlackBuild
@@ -6,8 +6,8 @@
# Public domain.
PRGNAM=xmonad
-VERSION=${VERSION:-0.9.1}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-0.9.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
GHC_VERSION=$(ghc --numeric-version)
@@ -67,7 +67,8 @@ runghc Setup.lhs configure \
--flags="threaded dynamic"
runghc Setup.lhs build
-runghc Setup.lhs haddock
+# Known bug that docs of 0.9.2 do not build on GHC7
+#runghc Setup.lhs haddock
runghc Setup.lhs copy --destdir=$PKG
runghc Setup.lhs register --gen-pkg-config