dhall-to-cabal v1.3.4.0 Release Notes
Release Date: 2019-07-05 // over 5 years ago-
โ Add compatibility for
optparse-applicative-0.15
.โ Remove
dhall/types/CustomSetup.dhall
in favour of the identicaldhall/types/SetupBuildInfo.dhall
.cabal-to-dhall
no longer generates bogus output for an unknown kind ofsource-repository
stanza.โ Added
dhall/types/ForeignLibOption.dhall
, also available astypes.ForeignLibOption
, and--print-type ForeignLibOption
. LikewiseForeignLibType
.๐ Support
prettyprinter
1.3.โ Teach
--print-type
aboutDependency
,SetupBuildInfo
,TestType
,Mixin
andFlag
.๐ Use
dhall
version 1.24.
Previous changes from v1.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
.