Skip to content

Commit

Permalink
Bump hackage-security to 0.6.2.5 and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 20, 2024
1 parent 17645d9 commit 643cb6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions hackage-security/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
See also http://pvp.haskell.org/faq

Unreleased
----------

* Drop support for GHC 7.
* Drop flag `use-old-time` and support for `old-time`, require `time ≥ 1.5`.
0.6.2.5
-------

* Allow `Cabal-3.12` and `Cabal-syntax-3.12`.
* Allow `zlib-0.7`.
* Drop flag `use-old-time` and support for `old-time`, require `time ≥ 1.5`
([PR #304](https://github.com/haskell/hackage-security/pull/304)).
* Drop support for GHC < 8.4
([PR #306](https://github.com/haskell/hackage-security/pull/306)).
* Code maintenance: address warning `star-is-type`, `unused-record-wildcards` etc.
([PR #306](https://github.com/haskell/hackage-security/pull/306)).
* Tested with GHC 8.4 - 9.8.

0.6.2.4
-------
Expand Down
2 changes: 1 addition & 1 deletion hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.2.4
version: 0.6.2.5

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

0 comments on commit 643cb6c

Please sign in to comment.