diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index 436a7651e..c119f2b4c 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -1,3 +1,11 @@ +1.40.1 + +* [BUG FIX: Fix equivalence check for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2291) + * This fixes a serious bug in the recently introduced support for temporal + literals where they would fail to type-check when given a correct type + annotation or when they were checked against an existing type + * For example, `00:00:00 : Time` was failing to type-check + 1.40.0 * [Almost supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0) diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index d8798a69c..8669cb616 100644 --- a/dhall/dhall.cabal +++ b/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