Skip to content

Commit

Permalink
Release 0.35.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Aug 6, 2023
1 parent 4afeca6 commit d9c187e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes in 0.36.0
- Add `--canonical`
## 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.
Expand All @@ -9,6 +10,9 @@
`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`

## Changes in 0.35.2
- Add support for `ghc-shared-options`

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,5 +1,5 @@
name: hpack
version: 0.35.3
version: 0.35.4
synopsis: A modern format for Haskell packages
description: See README at <https://github.com/sol/hpack#readme>
author: Simon Hengel <sol@typeful.net>
Expand Down

0 comments on commit d9c187e

Please sign in to comment.