riju/langs/dhall.yaml

16 lines
205 B
YAML

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 .