Skip to content

Commit

Permalink
Version 1.40.0 → 1.40.1 (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Aug 23, 2021
1 parent c3351ea commit 8f62fdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.40.0
Version: 1.40.1
Cabal-Version: 2.0
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit 8f62fdf

Please sign in to comment.