From d9228a3ba73e93f08fe7d43b3462c2482bcc3894 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 1 May 2015 17:25:43 +0200 Subject: [PATCH] minor modification for compatibility with cabal 1.22 --- install-haskell-unstable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-haskell-unstable.sh b/install-haskell-unstable.sh index def8fad..a351b22 100755 --- a/install-haskell-unstable.sh +++ b/install-haskell-unstable.sh @@ -74,7 +74,7 @@ echo "Init cabal..." sudo -u $normaluser cabal info >/dev/null 2>&1 sudo -u $normaluser perl -pi -e 's#-- library-profiling: False#library-profiling: True#' $HOME/.cabal/config -sudo -u $normaluser perl -pi -e 's#-- executable-profiling: False#executable-profiling: True#' $HOME/.cabal/config +sudo -u $normaluser perl -pi -e 's#-- profiling: False#profiling: True#' $HOME/.cabal/config sudo -u $normaluser cabal update echo "Install useful binaries" sudo -u $normaluser cabal install -j alex happy