Skip to content

Commit

Permalink
Merge pull request #4610 from psibi/integration-failure-extra-deps
Browse files Browse the repository at this point in the history
Fix test failure for script-extra-dep
  • Loading branch information
snoyberg authored Mar 7, 2019
2 parents 33cf3fa + c7e49d5 commit 0b701de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/tests/script-extra-dep/files/script.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver ghc-8.2.2 script --extra-dep acme-missiles-0.3@rev:0
-- stack --resolver ghc-8.2.2 script --extra-dep acme-missiles-0.3@rev:0 --extra-dep stm-2.5.0.0@rev:0
import Acme.Missiles

main :: IO ()
Expand Down

0 comments on commit 0b701de

Please sign in to comment.