Skip to content

Commit

Permalink
Merge pull request #3865 from commercialhaskell/3073-fix-hackage-secu…
Browse files Browse the repository at this point in the history
…rity

Include patched hackage-security for #3073
  • Loading branch information
borsboom authored Feb 16, 2018
2 parents c2e24e8 + e961238 commit 24728e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Bug fixes:
we were forgetting to record the result, which meant that all tests
always ran even if they had already passed before. See
[#3770](https://github.com/commercialhaskell/stack/pull/3770).
* Includes a patched version of `hackage-security` which fixes both
some issues around asynchronous exception handling, and moves from
directory locking to file locking, making the update mechanism
resilient against SIGKILL and machine failure. See
[hackage-security #187](https://github.com/haskell/hackage-security/issues/187)
and [#3073](https://github.com/commercialhaskell/stack/issues/3073).

## v1.6.3

Expand Down
3 changes: 3 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ nix:
- http-client-tls-0.3.4
extra-deps:
- hpack-0.26.0
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
subdirs:
- hackage-security
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ extra-deps:
- ansi-terminal-0.7.1.1
- ansi-wl-pprint-0.6.8.1
- smallcheck-1.1.3
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
subdirs:
- hackage-security

0 comments on commit 24728e6

Please sign in to comment.