[hlint] script to bump and rebuild hlint and its deps

Jens Petersen petersen at fedoraproject.org
Tue Jan 18 03:41:05 UTC 2011


commit 07420827b0035b8866a71a5d44f0bf3196fbc9e7
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jan 18 13:40:54 2011 +1000

    script to bump and rebuild hlint and its deps

 rebuild.sh |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/rebuild.sh b/rebuild.sh
new file mode 100755
index 0000000..21639d9
--- /dev/null
+++ b/rebuild.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# if necessary first rebuild transformers and syb
+
+set -e -x
+
+for i in cpphs hscolour ghc-haskell-src-exts ghc-uniplate hlint; do
+  ~/fedora/haskell/ghc/master/update-package.sh $i
+done
+
+fedpkg chain-build cpphs ghc-uniplate hscolour : ghc-haskell-src-exts


More information about the scm-commits mailing list