Skip to content

Commit 6ea6da1

Browse files
committed
Attempt to fix integration tests failing to install cabal-install
1 parent 5a02122 commit 6ea6da1

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
@@ -162,7 +162,7 @@ rules global@Global{..} args = do
162162
gBuildArgs
163163
() <- cmd0 "install" $ concat $ concat
164164
[["--pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
165-
() <- cmd0 "install" "--resolver=lts-6.0 cabal-install"
165+
() <- cmd0 (Cwd "etc/scripts") "install cabal-install"
166166
let cmd' c = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global) c gBuildArgs
167167
() <- cmd' "test" "--pedantic --flag stack:integration-tests"
168168
return ()

0 commit comments

Comments
 (0)