diff --git a/pkg-deps.sh b/pkg-deps.sh index 15bf088..20ba351 100755 --- a/pkg-deps.sh +++ b/pkg-deps.sh @@ -39,7 +39,7 @@ echo "}" >> pkgs.dot cp -p pkgs.dot pkgs.dot.orig # 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 which tred &>/dev/null || { echo "graphviz is needed to generate graph" ; exit 1 ; }