1.41.0
- Support standard version 22.0.0
- BUG FIX: Fix pretty-printing of time zones
- Timezones with a negative offset were previously being rendered with two
leading minus signs instead of one
- Timezones with a negative offset were previously being rendered with two
- BUG FIX:
dhall freeze --cache
to work with standard version 21.0.0dhall freeze
will now usemissing sha256:…
for the first import so that
the latter import will be tried if the import is not in cache- The old behavior is incompatible with standard version 21.0.0 because the
new behavior of the?
operator doesn't fall back on hash mismatches
- BUG FIX: Allow
with
expression to update a field namedSome
- This fixes a discrepancy between the Haskell implementation and the standard
where the Haskell implementation would not permit
{ Some = 0 } with Some = 1
- This fixes a discrepancy between the Haskell implementation and the standard
- Fix
dhall {format,lint,freeze}
to preserve leading shebangs - Add
FromDhall
instances forInt{8,16,32,64}