add rebuild.sh script to bump and rebuild xmonad stack

This commit is contained in:
Jens Petersen 2011-01-18 14:38:15 +10:00
parent b004975f20
commit 026aa823ab
1 changed files with 11 additions and 0 deletions

11
rebuild.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
# if necessary first rebuild utf8-string, mtl, and syb
set -e -x
for i in ghc-X11 ghc-X11-xft xmonad ghc-xmonad-contrib; do
~/fedora/haskell/ghc/master/update-package.sh $i
done
fedpkg chain-build ghc-X11 : xmonad ghc-X11-xft