Skip to content
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
6 changes: 5 additions & 1 deletion hackage-security/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
See also http://pvp.haskell.org/faq

Unreleased
0.6.3.3
-------

* Remove `lukko` package flag. Now we unconditionally use `GHC.IO.Handle.Lock`
instead of the [`lukko` package](https://hackage.haskell.org/package/lukko).
* Allow `Cabal-3.18` and `Cabal-syntax-3.18`.
* Allow building against newer releases of other dependencies.
* Tested with GHC 8.4 - 9.14.

0.6.3.2
-------
Expand Down
4 changes: 1 addition & 3 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cabal-version: 1.18
name: hackage-security
version: 0.6.3.2
-- remove x-revision when you bump the version
x-revision: 2
version: 0.6.3.3

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