update pkg-deps.sh not to assume ghc6

This commit is contained in:
Jens Petersen 2010-11-30 19:22:17 +10:00
parent 379f54b3ed
commit 8037450608

View File

@ -24,7 +24,7 @@ for i in alex cabal-install ghc happy gtk2hs-buildtools haskell-platform xmobar;
rpm -q --requires $i | grep -v rpmlib | grep -v ghc | sed -e "s/^/\"$PKG\" -> \"/g" -e "s/ = \(.*\)/-\1\"/" >> pkgs.dot
;;
*)
rpm -q --requires $i | grep ghc6 | sed -e "s/libHS/\"$PKG\" -> \"/g" -e "s/-ghc6.*/\"/" >> pkgs.dot
rpm -q --requires $i | grep -- -ghc | sed -e "s/libHS/\"$PKG\" -> \"/g" -e "s/-ghc.*/\"/" >> pkgs.dot
;;
esac
fi