File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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+
1211.31.0
222
323* [ Supports version 15.0.0 of the standard] ( https://github.com/dhall-lang/dhall-lang/releases/tag/v15.0.0 )
Original file line number Diff line number Diff line change 11Name : dhall
2- Version : 1.31.0
2+ Version : 1.31.1
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-With : GHC == 8.2.2 , GHC == 8.4.3 , GHC == 8.6.1
You can’t perform that action at this time.
0 commit comments