dhall-to-cabal v1.3.2.0 Release Notes

Release Date: 2019-02-12 // about 5 years ago
    • ๐Ÿ‘‰ 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 new types.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.