From 4bf68f02d901a6ffc7f4b81a22985d98435fbb14 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Feb 2018 16:31:24 +0200 Subject: [PATCH] Avoid async exception mishandling #3073 This commit SHOULD NOT BE MERGED TO master. It adds an extra-dep for hackage-security from Hackage to work around #3073 and https://github.com/haskell/hackage-security/issues/187. Hopefully this will be merged and released to Hackage. --- stack-nightly.yaml | 6 ++++++ stack.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/stack-nightly.yaml b/stack-nightly.yaml index ab741cf468..feecdd1739 100644 --- a/stack-nightly.yaml +++ b/stack-nightly.yaml @@ -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 diff --git a/stack.yaml b/stack.yaml index 8c3589a30b..97782f1367 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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