Skip to content

Commit d9c187e

Browse files
committed
Release 0.35.4
1 parent 4afeca6 commit d9c187e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Changes in 0.36.0
2-
- Add `--canonical`
1+
## Changes in 0.35.4
2+
- Add `--canonical`, which can be used to produce canonical output instead of
3+
trying to produce minimal diffs
34
- Avoid unnecessary writes on `--force` (see #555)
45
- When an existing `.cabal` does not align fields then do not align fields in
56
the generated `.cabal` file.
@@ -9,6 +10,9 @@
910
`hpack` now unconditionally writes a new `.cabal` file when the existing
1011
`.cabal` file contains any git conflict markers.
1112

13+
## Changes in 0.35.3
14+
- Depend on `crypton` instead of `cryptonite`
15+
1216
## Changes in 0.35.2
1317
- Add support for `ghc-shared-options`
1418

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,5 +1,5 @@
11
name: hpack
2-
version: 0.35.3
2+
version: 0.35.4
33
synopsis: A modern format for Haskell packages
44
description: See README at <https://github.com/sol/hpack#readme>
55
author: Simon Hengel <[email protected]>

0 commit comments

Comments
 (0)