Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 2456008

Browse files
committed
remove installation of Cabal by cabal
1 parent 243326d commit 2456008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ installCabal = do
248248
when (isNothing cabalExe) $
249249
execStackShake_ ["install", "cabal-install"]
250250
execCabal_ ["update"]
251-
ghc <- getStackGhcPathShake
252-
execCabal_ ["install", "Cabal-2.4.1.0", "--with-compiler=" ++ ghc]
253251

254252

255253
checkStack :: Action ()

0 commit comments

Comments
 (0)