Skip to content

Commit

Permalink
Merge pull request #6285 from commercialhaskell/fixtest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem authored Oct 11, 2023
2 parents 2d89f3f + d6190d3 commit 6037b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/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-9.2.8 script --extra-dep acme-missiles-0.3@rev:0 --extra-dep stm-2.5.0.2@rev:0
-- stack --resolver ghc-9.4.7 script --extra-dep acme-missiles-0.3@rev:0 --extra-dep stm-2.5.2.1@rev:0
import Acme.Missiles

main :: IO ()
Expand Down

0 comments on commit 6037b8b

Please sign in to comment.