1.3.2.0
-
Use
dhall
version 1.20.1. -
prelude.dhall
no longer provides types (as this isn't supported in Dhall 1.20.1). Instead, there is now a newtypes.dhall
file. -
dhall-to-cabal
now accepts--output-stdout
,--output-dir-cwd DIR
, and--output-dir-input DIR
flags control the destination of the generated.cabal
file.--output-dir-cwd
interprets its argument relative to the current working directory and--output-dir-input
interprets its argument relative to the input file.The default has been changed to
--output-dir-input .
, which writes to the same directory as the input file; previously it corresponded to--output-stdout
.