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

Commit 177c6ed

Browse files
authored
Merge pull request #1043 from Anrock/remove-v1-prefix-shakefile
Remove v1 prefix from cabal commands in Shakefile
2 parents d2a6f24 + bb38899 commit 177c6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shakefile.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ updateSubmodules = do
135135
installCabal :: GhcPath -> Action ()
136136
installCabal ghc = do
137137
execStack_ ["install", "cabal-install"]
138-
execCabal_ ["v1-update"]
139-
execCabal_ ["v1-install", "Cabal-2.4.1.0", "--with-compiler=" ++ ghc]
138+
execCabal_ ["update"]
139+
execCabal_ ["install", "Cabal-2.4.1.0", "--with-compiler=" ++ ghc]
140140

141141
buildHie :: VersionNumber -> Action ()
142142
buildHie versionNumber = do

0 commit comments

Comments
 (0)