rpms/ghc/devel pkg-deps.sh,1.1,1.2

Jens Petersen petersen at fedoraproject.org
Tue May 25 10:02:47 UTC 2010


Author: petersen

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

Modified Files:
	pkg-deps.sh 
Log Message:
- add utf8-string-0.3.4
- run xdg-open on svg file
- short description



Index: pkg-deps.sh
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/pkg-deps.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pkg-deps.sh	25 May 2010 04:13:45 -0000	1.1
+++ pkg-deps.sh	25 May 2010 10:02:47 -0000	1.2
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# script to generate dependency graph for fedora haskell libraries
+# requires ghc, ghc-*-devel and graphviz to be installed 
+
 set -e
 
 mkdir -p .pkg-deps
@@ -10,9 +13,11 @@ ghc-pkg dot --global > pkgs.dot
 
 cp -p pkgs.dot pkgs.dot.orig
 
-GHC_PKGS="array base-4 base-3 bin-package-db bytestring Cabal containers directory dph extensible-exceptions filepath ghc-6.12 ghc-binary ghc-prim haskell98 hpc integer-gmp old-locale old-time pretty process random syb template-haskell time unix Win32"
+GHC_PKGS="array base-4 base-3 bin-package-db bytestring Cabal containers directory dph extensible-exceptions filepath ghc-6.12 ghc-binary ghc-prim haskell98 hpc integer-gmp old-locale old-time pretty process random syb template-haskell time unix utf8-string-0.3.4 Win32"
 
 # ignore library packages provided by ghc
 for i in $GHC_PKGS; do sed -i -e /$i/d pkgs.dot; done
 
 cat pkgs.dot | tred | dot -Nfontsize=8 -Tsvg >pkgs.svg
+
+xdg-open pkgs.svg



More information about the scm-commits mailing list