Skip to content

Commit

Permalink
Avoid async exception mishandling #3073
Browse files Browse the repository at this point in the history
This commit SHOULD NOT BE MERGED TO master. It adds an extra-dep for
hackage-security from Hackage to work around #3073 and
haskell/hackage-security#187. Hopefully this
will be merged and released to Hackage.
  • Loading branch information
snoyberg committed Feb 13, 2018
1 parent 2924632 commit 4bf68f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ extra-deps:
# https://github.com/commercialhaskell/stack/issues/3785
- ansi-terminal-0.8.0.1
- ansi-wl-pprint-0.6.8.2

# https://github.com/commercialhaskell/stack/issues/3073
- git: https://github.com/snoyberg/hackage-security
commit: 61cd14609e5d7067e14469df31aafebfffda879c
subdirs:
- hackage-security
6 changes: 6 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ flags:
extra-deps:
# https://github.com/commercialhaskell/stack/issues/3785
- ansi-terminal-0.8.0.1

# https://github.com/commercialhaskell/stack/issues/3073
- git: https://github.com/snoyberg/hackage-security
commit: 61cd14609e5d7067e14469df31aafebfffda879c
subdirs:
- hackage-security

0 comments on commit 4bf68f0

Please sign in to comment.