1.40.0
- Almost supports version 20.2.0 of the standard
- The main thing that is missing is support for the
headers.dhall
file - BREAKING CHANGE TO THE LANGUAGE: Add support for
Date
/Time
/TimeZone
- This is a breaking change because
Date
,Time
, andTimeZone
are
now reserved identifiers
- This is a breaking change because
- Improved fallback behavior for
?
- The main thing that is missing is support for the
- BREAKING CHANGE TO THE LANGUAGE: Require whitespace before
with
- The parser now requires whitespace before the
with
keyword, which brings
the Haskell implementation into closer compliance with the standard - In practice this is a technically breaking change which will not affect
most programs
- The parser now requires whitespace before the
- New
FromDhall
instances forPredicate
,Equivalence
, andOp
dhall lint
will now sortlet
bindings with importsdhall lint
now reorderslet
bindings to move imports to the top so
long as doing so does not change the behavior of the program
- Fixes and improvements to code formatting
- Fixes and improvements to error messages