add hlint to pkg-deps.sh

This commit is contained in:
Jens Petersen 2010-06-24 23:52:16 +00:00
parent dc71f25047
commit a362bcafa0

View File

@ -13,7 +13,7 @@ cd .pkg-deps
ghc-pkg dot --global | sed '$d' > pkgs.dot
# check for binary deps too (but not binlib)
for i in alex cabal-install happy haskell-platform hedgewars kaya; do
for i in alex cabal-install happy haskell-platform hedgewars hlint kaya; do
PKG_THERE=yes
PKG=`rpm -q --qf "%{name}-%{version}" $i` || PKG_THERE=no
if [ "$PKG_THERE" = "yes" ]; then