Skip to content

Commit

Permalink
Release 0.36.1 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem authored Jun 19, 2024
1 parent 91d8ec4 commit c0abf36
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
## Changes in 0.36.1
- Allow `Cabal-3.12.*`
- Support `base >= 4.20.0` (`Imports` does not re-export `Data.List.List`)

## Changes in 0.36.0
- Don't infer `Paths_`-module with `spec-version: 0.36.0` or later
- Don't infer `Paths_`-module with `spec-version: 0.36.0` or later

## Changes in 0.35.5
- Add (undocumented) `list` command
- Add (undocumented) `list` command

## Changes in 0.35.4
- Add `--canonical`, which can be used to produce canonical output instead of
trying to produce minimal diffs
- Avoid unnecessary writes on `--force` (see #555)
- When an existing `.cabal` does not align fields then do not align fields in
the generated `.cabal` file.
- Fix a bug related to git conflict markers in existing `.cabal` files: When a
`.cabal` file was essentially unchanged, but contained git conflict markers
then `hpack` did not write a new `.cabal` file at all. To address this
`hpack` now unconditionally writes a new `.cabal` file when the existing
`.cabal` file contains any git conflict markers.
- Add `--canonical`, which can be used to produce canonical output instead of
trying to produce minimal diffs
- Avoid unnecessary writes on `--force` (see #555)
- When an existing `.cabal` does not align fields then do not align fields in
the generated `.cabal` file.
- Fix a bug related to git conflict markers in existing `.cabal` files: When a
`.cabal` file was essentially unchanged, but contained git conflict markers
then `hpack` did not write a new `.cabal` file at all. To address this
`hpack` now unconditionally writes a new `.cabal` file when the existing
`.cabal` file contains any git conflict markers.

## Changes in 0.35.3
- Depend on `crypton` instead of `cryptonite`
Expand Down
2 changes: 1 addition & 1 deletion 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.36.0
version: 0.36.1
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 c0abf36

Please sign in to comment.