Skip to content

Commit 781a01e

Browse files
authored
Version 1.31.0 → 1.31.1 (#1735)
1 parent cb23ca5 commit 781a01e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

dhall/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
1.31.1
2+
3+
* BUG FIX: [Allow whitespace after record pun entry](https://github.com/dhall-lang/dhall-haskell/pull/1733)
4+
* The record pun feature introduced in the previous release did not
5+
correctly parse record puns with trailing whitespace, which this change
6+
fixes.
7+
* [Expose `{default,}InputNormalizer`](https://github.com/dhall-lang/dhall-haskell/pull/1727)
8+
* The previous version introduced a breaking change to the `autoWith` type
9+
that required access to the implementation of `InputNormalizer`, which was
10+
not exported. This change fixes that.
11+
* Build against latest dependencies
12+
* [`QuickCheck-2.14`](https://github.com/dhall-lang/dhall-haskell/pull/1721)
13+
* [`haskell-lsp-0.21`](https://github.com/dhall-lang/dhall-haskell/pull/1730)
14+
* [`repline-0.3` / `haskeline-0.8`](https://github.com/dhall-lang/dhall-haskell/pull/1717)
15+
* [`template-haskell-2.16`](https://github.com/dhall-lang/dhall-haskell/pull/1719)
16+
* [Prefer to format using record puns when possible](https://github.com/dhall-lang/dhall-haskell/pull/1729)
17+
* `dhall format` will now reformat code to use record puns when applicable
18+
* Fixes and improvements to error messages:
19+
* [#1721](https://github.com/dhall-lang/dhall-haskell/pull/1724)
20+
121
1.31.0
222

323
* [Supports version 15.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v15.0.0)

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.31.0
2+
Version: 1.31.1
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1

0 commit comments

Comments
 (0)