Skip to content

1.3.1.0

Compare
Choose a tag to compare
@ocharles ocharles released this 23 Oct 09:41
· 42 commits to master since this release
5768ce9
  • 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.