Skip to content

Commit

Permalink
New release: v0.8.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Feb 6, 2024
1 parent ddc4e97 commit f59f4ad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v0.8.5.0 (2023-02-05)

Release v0.8.5.0

- Add a warning for when a particular component of a package is unbuildable
for the automatically-chosen GHC version. This is upgraded to a fatal error
if any of the libraries in the package are unbuildable. (This should help a
bit to prevent #116 from biting people).

- Add support for USE flags when resolving 'pkgconfig' dependencies in cabal to
portage dependencies.

- Update supported GHC versions when resolving the minimal GHC required for a
package:
- Versions 8.10.6 and earlier were removed
- Added 9.2.7, 9.2.8, 9.4.5, 9.4.6, 9.4.7, 9.4.8, 9.6.3, and 9.6.4

(Not defaulting to very old GHC versions will help avoid #116 as well).

- Stop adding special slot numbers to `dev-haskell/quickcheck` and
`dev-haskell/hdbd`. The functionality for adding special slot numbers for
packages was scrapped.

(See: https://github.com/gentoo-haskell/gentoo-haskell/issues/1502)

- Update bundled `hackage-security` to newer commit.

## v0.8.4.0 (2023-06-03)

Release v0.8.4.0
Expand Down
2 changes: 1 addition & 1 deletion hackport.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hackport
version: 0.8.4.0
version: 0.8.5.0
license: GPL-3.0-or-later
license-file: LICENSE
author: Henning Günther, Duncan Coutts, Lennart Kolmodin
Expand Down

0 comments on commit f59f4ad

Please sign in to comment.