Closed quasicomputational closed 5 years ago
Is this the result of dhall lint --inplace
on all files? If not, I was planning on doing that (and format
) in one PR. Perhaps this PR could be that?
No - this is changing the generating code to lint before outputting. The only difference to dhall lint
seems to be that running it separately generates files with a newline at the end, but integrating it with the generator doesn't.
OK - dhall-to-cabal-meta
's output should now be invariant under dhall lint
and dhall format
. Thanks for crystallising that idea!
No semantic changes, just tidiness.