Version 1.27.0 of the Haskell implementation released

Some highlights are:

  • Support for standard version 11.0.0

  • The Interpret/Inject classes have been renamed to FromDhall/ToDhall

    The old names are still valid thanks to ConstraintKinds

  • There is a new dhall tags command for generating a tags file (e.g. for emacs)

  • You can now marshall Dhall records in and out of {Hash,}{Map,Set}s

  • There were several fixes to make command-line options more consistent between various subcommands

Full changelog here: Version 1.27.0

1 Like