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 1893348 commit 932ee01Copy full SHA for 932ee01
etc/scripts/release.hs
@@ -156,7 +156,8 @@ rules global@Global{..} args = do
156
liftIO $ renameFile instExeFile tmpExeFile
157
actionFinally
158
(do opt <- addPath [installBinDir] []
159
- () <- cmd opt stackProgName (stackArgs global) "build --pedantic --haddock --no-haddock-deps"
+ -- () <- cmd opt stackProgName (stackArgs global) "build --pedantic --haddock --no-haddock-deps"
160
+ () <- cmd opt stackProgName (stackArgs global) "build --pedantic"
161
() <- cmd opt stackProgName (stackArgs global) "clean"
162
() <- cmd opt stackProgName (stackArgs global) "build --pedantic"
163
() <- cmd opt stackProgName (stackArgs global) "test --pedantic --flag stack:integration-tests"
0 commit comments