Skip to content

Commit 2f3735b

Browse files
committed
stack: use http not ssh for robust docopt fetching
1 parent 8ce505c commit 2f3735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ packages:
66
extra-deps:
77
# This is https://github.com/docopt/docopt.hs/pull/34 supporting MonadFail.
88
# More context at https://github.com/docopt/docopt.hs/issues/33.
9-
- git: git@github.com:gelisam/docopt.hs
9+
- git: https://github.com/gelisam/docopt.hs
1010
commit: 16dc7bc596c0ea4fa4466b12f474b1abfa72c885

0 commit comments

Comments
 (0)