From 2456008c8f353d708af1a2339859c737ef09b93a Mon Sep 17 00:00:00 2001 From: Samuel Pilz Date: Thu, 18 Apr 2019 19:58:07 +0200 Subject: [PATCH] remove installation of Cabal by cabal --- install.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.hs b/install.hs index 9ed87fe4e..3eed8fcf7 100755 --- a/install.hs +++ b/install.hs @@ -248,8 +248,6 @@ installCabal = do when (isNothing cabalExe) $ execStackShake_ ["install", "cabal-install"] execCabal_ ["update"] - ghc <- getStackGhcPathShake - execCabal_ ["install", "Cabal-2.4.1.0", "--with-compiler=" ++ ghc] checkStack :: Action ()