Skip to content

Commit 8f62fdf

Browse files
authored
Version 1.40.0 → 1.40.1 (#2293)
1 parent c3351ea commit 8f62fdf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dhall/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.40.1
2+
3+
* [BUG FIX: Fix equivalence check for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2291)
4+
* This fixes a serious bug in the recently introduced support for temporal
5+
literals where they would fail to type-check when given a correct type
6+
annotation or when they were checked against an existing type
7+
* For example, `00:00:00 : Time` was failing to type-check
8+
19
1.40.0
210

311
* [Almost supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.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.40.0
2+
Version: 1.40.1
33
Cabal-Version: 2.0
44
Build-Type: Simple
55
License: BSD3

0 commit comments

Comments
 (0)