Skip to content

Bump version to 0.6.3.0 and update changelog #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions hackage-security/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
See also http://pvp.haskell.org/faq

0.6.3.0
-------

* Make `lukko` flag automatic and off by default, using file locking
facilities from `GHC.IO.Handle.Lock` and not from
on [`lukko` package](https://hackage.haskell.org/package/lukko).
The change is not expected to affect anyone detrimentally,
but one can set the flag on in their configuration to restore
the previous behaviour.
* Allow building against newer releases of dependencies.
* Tested with GHC 8.4 - 9.12.


0.6.2.6
-------

Expand Down
3 changes: 1 addition & 2 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.2.6
x-revision: 5
version: 0.6.3.0

synopsis: Hackage security library
description: The hackage security library provides both server and
Expand Down