Skip to content

1.3.3.0

Compare
Choose a tag to compare
@ocharles ocharles released this 15 May 09:16
· 23 commits to master since this release
c8f0fc4
  • 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 write types.Compiler.GHC.

  • Use dhall version 1.23.0.

  • Educated --print-type about Scope and ModuleRenaming.

  • Fix cabal-to-dhall output for unknown licenses using cabal spec version below 2.0. Now it uses values of type License.Unknown Text for them.

  • Improved --print-type and --print-default output to use multi-binding let.