1.3.3.0
-
All constructors that previously took an empty record now use the new nullary syntax instead. This is a breaking change for user code. For example, instead of
types.Compiler.GHC {=}
, now you just writetypes.Compiler.GHC
. -
Use
dhall
version 1.23.0. -
Educated
--print-type
aboutScope
andModuleRenaming
. -
Fix
cabal-to-dhall
output for unknown licenses usingcabal
spec version below2.0
. Now it uses values of typeLicense.Unknown Text
for them. -
Improved
--print-type
and--print-default
output to use multi-bindinglet
.