Skip to content

Commit

Permalink
Release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jan 24, 2025
1 parent ff69985 commit e7c9326
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- '9.6'
- '9.8'
- '9.10'
- '9.12'
include:
- os: macos-latest
ghc: '9.10'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes in 0.38.0
- Don't generate `build-tools` starting with `cabal-version: 2` (fixes #596)
- Generate `build-tool-depends` instead of `build-tools` starting with
`cabal-version: 2` (fixes #596)

## Changes in 0.37.0
- Add support for `asm-options` and `asm-sources` (see #573)
Expand Down
4 changes: 2 additions & 2 deletions hpack.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec-version: 0.36.0
name: hpack
version: 0.37.0
version: 0.38.0
synopsis: A modern format for Haskell packages
description: See README at <https://github.com/sol/hpack#readme>
author: Simon Hengel <[email protected]>
Expand Down

0 comments on commit e7c9326

Please sign in to comment.