rpms/ghc/devel pkg-deps.sh,1.7,1.8

Jens Petersen petersen at fedoraproject.org
Thu Jun 24 23:52:17 UTC 2010


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30418

Modified Files:
	pkg-deps.sh 
Log Message:
add hlint to pkg-deps.sh


Index: pkg-deps.sh
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/pkg-deps.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- pkg-deps.sh	3 Jun 2010 12:38:38 -0000	1.7
+++ pkg-deps.sh	24 Jun 2010 23:52:16 -0000	1.8
@@ -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



More information about the scm-commits mailing list