Skip to content

Commit

Permalink
release.hs: Windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Dec 24, 2015
1 parent 542e5ad commit e7bfc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/release.hs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ rules global@Global{..} args = do
["--local-bin-path=" ++ tmpDir]
() <- cmd0 $ concat $ concat
[["install --pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
() <- cmd0 "install cabal-install"
() <- cmd0 "install --resolver=lts-3.0 cabal-install"
let cmd' = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global)
() <- cmd' "clean"
() <- cmd' "build --pedantic"
Expand Down

0 comments on commit e7bfc45

Please # to comment.