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 cf49a35 commit c022c39Copy full SHA for c022c39
etc/scripts/release.hs
@@ -209,7 +209,7 @@ rules global@Global{..} args = do
209
gBuildArgs
210
integrationTestFlagArgs
211
["--pedantic", "--no-haddock-deps", "--test"]
212
- [" --haddock" | gTestHaddocks]
+ ["--haddock" | gTestHaddocks]
213
["stack"]
214
() <- cmd
215
[gProjectRoot </> releaseBinDir </> binaryName </> stackExeFileName]
0 commit comments