Skip to content

Commit e7c9326

Browse files
committed
Release 0.38.0
1 parent ff69985 commit e7c9326

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- '9.6'
3131
- '9.8'
3232
- '9.10'
33+
- '9.12'
3334
include:
3435
- os: macos-latest
3536
ghc: '9.10'

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Changes in 0.38.0
2-
- Don't generate `build-tools` starting with `cabal-version: 2` (fixes #596)
2+
- Generate `build-tool-depends` instead of `build-tools` starting with
3+
`cabal-version: 2` (fixes #596)
34

45
## Changes in 0.37.0
56
- Add support for `asm-options` and `asm-sources` (see #573)

hpack.cabal

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spec-version: 0.36.0
22
name: hpack
3-
version: 0.37.0
3+
version: 0.38.0
44
synopsis: A modern format for Haskell packages
55
description: See README at <https://github.com/sol/hpack#readme>
66
author: Simon Hengel <[email protected]>

0 commit comments

Comments
 (0)