Commit Graph

9 Commits

Author SHA1 Message Date
Simon Jakobi
b556a65644 Handle --version consistently (#1334)
* dhall --version

* dhall-to-bash --version

* dhall-to-nix --version

* dhall-lsp-server --version
2019-09-22 03:55:26 +00:00
Gabriel Gonzalez
f67b8cc171 Build against dhall-1.5.0 (#5) 2018-06-28 21:56:58 -07:00
Gabriel Gonzalez
559e6fd13e Build against dhall-1.13.0 2018-04-28 08:06:18 -07:00
Gabriel Gonzalez
1e4698e887 Fix --help output
`dhall-to-nix` accidentally displays `ExitSuccess` in its `--help`
output because it prints all uncaught exceptions (including
`ExitSuccess`).  This change fixes it to not display `ExitSuccess`
2017-04-10 21:02:26 -07:00
Gabriel Gonzalez
f1db042298 Remove unused language extension 2017-01-29 15:28:12 -08:00
Gabriel Gonzalez
4c0988cb47 Pin encoding to UTF8 2017-01-20 22:38:10 -08:00
Gabriel Gonzalez
5ea197198d Improve error messages 2017-01-20 21:39:43 -08:00
Gabriel Gonzalez
a847d0d433 Simplify executable 2017-01-20 20:45:16 -08:00
Gabriel Gonzalez
80195ffb83 Initial commit 2017-01-20 20:33:49 -08:00