From 0ed845fd75020ced985cddc04c25635ad1a31ec6 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 4 May 2015 22:37:59 +0200 Subject: [PATCH] added color and upgraded LTS and cabal versions --- install-haskell.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-haskell.sh b/install-haskell.sh index eee6963..a38ab7f 100755 --- a/install-haskell.sh +++ b/install-haskell.sh @@ -109,9 +109,9 @@ unpriviledged cabal info >/dev/null 2>&1 echo "Using Haskell LTS for GHC 7.8" # use exclusive snapshot by default. -unpriviledged curl 'https://www.stackage.org/lts/cabal.config?global=true' >> ~/.cabal/config -unpriviledged perl -pi -e 's#-- library-profiling: False#library-profiling: True#' $HOME/.cabal/config -unpriviledged perl -pi -e 's#-- executable-profiling: False#executable-profiling: True#' $HOME/.cabal/config +unpriviledged "curl 'https://www.stackage.org/lts/cabal.config?global=true' >> ~/.cabal/config" +unpriviledged "perl -pi -e 's#-- library-profiling: False#library-profiling: True#' $HOME/.cabal/config" +unpriviledged "perl -pi -e 's#-- executable-profiling: False#executable-profiling: True#' $HOME/.cabal/config" unpriviledged cabal update echo "Install useful binaries" unpriviledged cabal install -j alex happy