1.40.0
- Almost supports version 20.2.0 of the standard
- The main thing that is missing is support for the 
headers.dhallfile - BREAKING CHANGE TO THE LANGUAGE: Add support for 
Date/Time/TimeZone- This is a breaking change because 
Date,Time, andTimeZoneare
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 
withkeyword, 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 
FromDhallinstances forPredicate,Equivalence, andOp dhall lintwill now sortletbindings with importsdhall lintnow reordersletbindings 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