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 e7bfc45 commit 3bc2623Copy full SHA for 3bc2623
etc/scripts/release.hs
@@ -156,8 +156,6 @@ rules global@Global{..} args = do
156
[["install --pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
157
() <- cmd0 "install --resolver=lts-3.0 cabal-install"
158
let cmd' = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global)
159
- () <- cmd' "clean"
160
- () <- cmd' "build --pedantic"
161
() <- cmd' "test --pedantic --flag stack:integration-tests"
162
return ()
163
copyFileChanged (releaseBinDir </> binaryName </> stackExeFileName) out
0 commit comments