Skip to content

1.3.2.0

Compare
Choose a tag to compare
@ocharles ocharles released this 12 Feb 23:52
· 36 commits to master since this release
3635b8b
  • 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.