pkg-deps.sh: no longer filter syb since it is not in ghc7

This commit is contained in:
Jens Petersen 2010-12-05 16:54:22 +10:00
parent 2e4876ac87
commit a2b5f257a1

View File

@ -39,7 +39,7 @@ echo "}" >> pkgs.dot
cp -p pkgs.dot pkgs.dot.orig cp -p pkgs.dot pkgs.dot.orig
# ignore library packages provided by ghc (except ghc-6.12) # ignore library packages provided by ghc (except ghc-6.12)
GHC_PKGS="array base-4 base-3 bin-package-db bytestring Cabal containers directory dph extensible-exceptions filepath ffi ghc-binary ghc-prim haskell98 hpc integer-gmp old-locale old-time pretty process random rts syb template-haskell time unix Win32" GHC_PKGS="array base-4 base-3 bin-package-db bytestring Cabal containers directory dph extensible-exceptions filepath ffi ghc-binary ghc-prim haskell98 hpc integer-gmp old-locale old-time pretty process random rts template-haskell time unix Win32"
for i in $GHC_PKGS; do sed -i -e /$i/d pkgs.dot; done for i in $GHC_PKGS; do sed -i -e /$i/d pkgs.dot; done
which tred &>/dev/null || { echo "graphviz is needed to generate graph" ; exit 1 ; } which tred &>/dev/null || { echo "graphviz is needed to generate graph" ; exit 1 ; }