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

Commit 173cfe3

Browse files
authored
Merge pull request #1184 from power-fungus/drop-cabal-install-cabal
remove installation of Cabal by cabal
2 parents 4889cc5 + 2456008 commit 173cfe3

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)