We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542e5ad commit e7bfc45Copy full SHA for e7bfc45
etc/scripts/release.hs
@@ -154,7 +154,7 @@ rules global@Global{..} args = do
154
["--local-bin-path=" ++ tmpDir]
155
() <- cmd0 $ concat $ concat
156
[["install --pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
157
- () <- cmd0 "install cabal-install"
+ () <- cmd0 "install --resolver=lts-3.0 cabal-install"
158
let cmd' = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global)
159
() <- cmd' "clean"
160
() <- cmd' "build --pedantic"
0 commit comments