Skip to content

Commit 882f505

Browse files
committed
release.hs: fix broken 'check'
1 parent 66c816b commit 882f505

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ tags
3030
.hspec-failures
3131
better-cache/
3232
/subs/*/*.cabal
33+
stack*.yaml.lock

etc/scripts/release.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ rules global@Global{..} args = do
198198
() <- cmd0 "install" gBuildArgs $ concat $ concat
199199
[["--pedantic --no-haddock-deps --flag stack:integration-tests"]
200200
,[" --haddock" | gTestHaddocks]
201-
,["stack"]]
201+
,[" stack"]]
202202
let cmd' c = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global) c
203203
() <- cmd' "test" gBuildArgs "--pedantic --flag stack:integration-tests --exec stack-integration-test stack"
204204
return ()

0 commit comments

Comments
 (0)