dhall-to-cabal v1.3.1.0 Release Notes

Release Date: 2018-10-23 // over 5 years ago

    ๐Ÿ‘ Allow Cabal version 2.4.0.0. There have been consequent changes to the extensions, compilers and licenses recognised.

    ๐Ÿ‘ Allow dhall version 1.18.

    dhall-to-cabal and cabal-to-dhall now understand the mixins field properly.

    On the Dhall side, types.ModuleRenaming has changed significantly: it is now a union.

    prelude.types.ModuleRenaming has been added for convenient access to the new constructors.

    ๐Ÿ›  Fix issue with alpha-normalized expressions. This was identified in issue #124 and fixed in issue #126.