Skip to content

Commit 643cb6c

Browse files
committed
Bump hackage-security to 0.6.2.5 and Changelog
1 parent 17645d9 commit 643cb6c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

hackage-security/ChangeLog.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
See also http://pvp.haskell.org/faq
22

3-
Unreleased
4-
----------
5-
6-
* Drop support for GHC 7.
7-
* Drop flag `use-old-time` and support for `old-time`, require `time ≥ 1.5`.
3+
0.6.2.5
4+
-------
5+
6+
* Allow `Cabal-3.12` and `Cabal-syntax-3.12`.
7+
* Allow `zlib-0.7`.
8+
* Drop flag `use-old-time` and support for `old-time`, require `time ≥ 1.5`
9+
([PR #304](https://github.com/haskell/hackage-security/pull/304)).
10+
* Drop support for GHC < 8.4
11+
([PR #306](https://github.com/haskell/hackage-security/pull/306)).
12+
* Code maintenance: address warning `star-is-type`, `unused-record-wildcards` etc.
13+
([PR #306](https://github.com/haskell/hackage-security/pull/306)).
14+
* Tested with GHC 8.4 - 9.8.
815

916
0.6.2.4
1017
-------

hackage-security/hackage-security.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: hackage-security
3-
version: 0.6.2.4
3+
version: 0.6.2.5
44

55
synopsis: Hackage security library
66
description: The hackage security library provides both server and

0 commit comments

Comments
 (0)