id: "dhall"
name: "Dhall"
install:
apt:
- dhall
main: "main.dhall"
template: |
{ output = "Hello, world!" }
compile: |
cat main.dhall | dhall-to-json > main.json
run: |
cat main.json | jq .