Skip to content

Commit 5e50f14

Browse files
authored
dhall: Version 1.42.2 → 1.42.3 (#2664)
1 parent 8f45a52 commit 5e50f14

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

dhall/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.42.3
2+
3+
* [Fix the typechecking rule for `Optional` + `with`](https://github.com/dhall-lang/dhall-haskell/pull/2650)
4+
* [Add `*WithIndex` instances for `Map`](https://github.com/dhall-lang/dhall-haskell/pull/2633)
5+
* [`dhall package`: Add support for automatic sub-packags](https://github.com/dhall-lang/dhall-haskell/pull/2639)
6+
* [`dhall to-directory-tree`: Add `binary-file` support](https://github.com/dhall-lang/dhall-haskell/pull/2641)
7+
* [Support GHC 9.12.1](https://github.com/dhall-lang/dhall-haskell/pull/2649)
8+
* [`dhall to-directory-tree`: create parents of files when using fixpoint representation](https://github.com/dhall-lang/dhall-haskell/pull/2653)
9+
110
1.42.2
211

312
* [Supports standard version 23.1.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.1.0)

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: 2.4
22
Name: dhall
3-
Version: 1.42.2
3+
Version: 1.42.3
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-File: LICENSE

0 commit comments

Comments
 (0)