This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via 0a9acfa3a14fd163f6900b8b46f83fce345f4ce5 (commit) from d09d2770030f86662ef5ce7f8f12b3426eccb2f6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0a9acfa3a14fd163f6900b8b46f83fce345f4ce5 Author: Justin M Wozniak <[email protected]> Date: Tue Jun 5 10:04:54 2012 -0500 Set x on scripts; drop deprecated script ----------------------------------------------------------------------- Summary of changes: code/maint/hs/setup-hs-debian | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) mode change 100644 => 100755 code/maint/hs/setup-aesop mode change 100644 => 100755 code/maint/hs/setup-cabal-local delete mode 100755 code/maint/hs/setup-hs-debian Diff of changes: diff --git a/code/maint/hs/setup-aesop b/code/maint/hs/setup-aesop old mode 100644 new mode 100755 diff --git a/code/maint/hs/setup-cabal-local b/code/maint/hs/setup-cabal-local old mode 100644 new mode 100755 diff --git a/code/maint/hs/setup-hs-debian b/code/maint/hs/setup-hs-debian deleted file mode 100755 index 8f1e64e..0000000 --- a/code/maint/hs/setup-hs-debian +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# NOTE: This script is deprecated. Use setup-hs-local instead. - -echo "This script is deprecated. Use setup-hs-local instead." -exit 1 -sudo apt-get install ghc6 haskell-utils happy alex libghc6-mtl-dev hooks/post-receive --