Skip to content

Commit 09053ca

Browse files
Bodigrimandreasabel
authored andcommitted
Bump version to 0.6.3.0 and update changelog
1 parent 4883e59 commit 09053ca

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

hackage-security/ChangeLog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
See also http://pvp.haskell.org/faq
22

3+
0.6.3.0
4+
-------
5+
6+
* Make `lukko` flag automatic and off by default, using file locking
7+
facilities from `GHC.IO.Handle.Lock` and not from
8+
on [`lukko` package](https://hackage.haskell.org/package/lukko).
9+
The change is not expected to affect anyone detrimentally,
10+
but one can set the flag on in their configuration to restore
11+
the previous behaviour.
12+
* Allow building against newer releases of dependencies.
13+
* Tested with GHC 8.4 - 9.12.
14+
15+
316
0.6.2.6
417
-------
518

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 1.12
22
name: hackage-security
3-
version: 0.6.2.6
4-
x-revision: 5
3+
version: 0.6.3.0
54

65
synopsis: Hackage security library
76
description: The hackage security library provides both server and

0 commit comments

Comments
 (0)