Skip to content

Commit e7bfc45

Browse files
committed
release.hs: Windows fix
1 parent 542e5ad commit e7bfc45

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
@@ -154,7 +154,7 @@ rules global@Global{..} args = do
154154
["--local-bin-path=" ++ tmpDir]
155155
() <- cmd0 $ concat $ concat
156156
[["install --pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
157-
() <- cmd0 "install cabal-install"
157+
() <- cmd0 "install --resolver=lts-3.0 cabal-install"
158158
let cmd' = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global)
159159
() <- cmd' "clean"
160160
() <- cmd' "build --pedantic"

0 commit comments

Comments
 (0)