We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3351ea commit 8f62fdfCopy full SHA for 8f62fdf
dhall/CHANGELOG.md
@@ -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
9
1.40.0
10
11
* [Almost supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0)
dhall/dhall.cabal
@@ -1,5 +1,5 @@
Name: dhall
-Version: 1.40.0
+Version: 1.40.1
Cabal-Version: 2.0
Build-Type: Simple
License: BSD3
0 commit comments