Skip to content

Commit eca3131

Browse files
committed
release.hs: no longer change to etc/scripts when installing cabal-install
1 parent 36b7a07 commit eca3131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/release.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ rules global@Global{..} args = do
192192
() <- cmd0 "install" gBuildArgs $ concat $ concat
193193
[["--pedantic --no-haddock-deps --flag stack:integration-tests"]
194194
,[" --haddock" | gTestHaddocks]]
195-
() <- cmd0 (Cwd "etc/scripts") "install" "cabal-install"
195+
() <- cmd0 "install" "cabal-install"
196196
let cmd' c = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global) c
197197
() <- cmd' "test" gBuildArgs "--pedantic --flag stack:integration-tests"
198198
return ()

0 commit comments

Comments
 (0)