desktop/xmobar: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 15:47:32 -05:00
parent e64050173a
commit a94c6ba5d7
2 changed files with 1 additions and 7 deletions

View file

@ -3,9 +3,3 @@ Xmobar was designed to work with the xmonad Window Manager.
It was inspired by the Ion3 status bar, and supports similar features,
like dynamic color management, output templates, and extensibility
through plugins.
This requires ghc, haskell-hinotify, haskell-stm, haskell-syb,
haskell-text, haskell-transformers, haskell-utf8-string, haskell-X11,
haskell-mtl, haskell-X11-xft, and haskell-parsec.
haskell-xmonad-contrib is recommended.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://hackage.haskell.org/packages/archive/xmobar/0.15/xmobar-0.15.ta
MD5SUM="0658679b39168f49d32fe178029ff9f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc haskell-X11 haskell-X11-xft haskell-hinotify haskell-mtl haskell-parsec haskell-stm haskell-syb haskell-text haskell-transformers haskell-utf8-string xmonad"
REQUIRES="ghc haskell-hinotify haskell-stm haskell-syb haskell-text haskell-transformers haskell-utf8-string haskell-X11 haskell-mtl haskell-X11-xft haskell-parsec haskell-xmonad-contrib"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"