diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-01-09 18:57:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:46 -0600 |
commit | 7bef4dba5f81e139e46a6600914e39e34f776e29 (patch) | |
tree | 5995ee89968e2feb0048dc18c91f7a65c5598d44 /desktop/xmonad/xmonad.SlackBuild | |
parent | f3063c815cd0f5efd7b824326ba17e337b911331 (diff) | |
download | slackbuilds-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.SlackBuild | 7 |
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 |