diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:23:30 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:23:30 -0400 |
commit | 8863badc72be7687bea5e2a6352c379adc7e7d60 (patch) | |
tree | ac0ff1ba14ae2196bae07fcf83aed25df43ceab8 /haskell/xmonad-contrib/README | |
parent | e26b0c8f801d5bb1d881e14dae90cd8b0d9d1fe8 (diff) | |
download | slackbuilds-8863badc72be7687bea5e2a6352c379adc7e7d60.tar.gz |
haskell/xmonad-contrib: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/xmonad-contrib/README')
-rw-r--r-- | haskell/xmonad-contrib/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/haskell/xmonad-contrib/README b/haskell/xmonad-contrib/README index 562e5985b0..9da905dd59 100644 --- a/haskell/xmonad-contrib/README +++ b/haskell/xmonad-contrib/README @@ -3,4 +3,7 @@ hooks, configurations, scripts, and other extensions to xmonad. The 'scripts' directory is copied to xmonad-contrib doc directory. -This requires xmonad and haskell-utf8-string. +This requires xmonad, haskell-random, and haskell-utf8-string. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |