diff options
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 |