diff --git a/README.md b/README.md index c060921..8f133ab 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ Scoop bucket for [Dhall](https://github.com/dhall-lang/dhall-haskell) binaries. | Binary | Description | Shims | |--------|-------------|-------| -| [dhall-json](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json) | Provides a Dhall to JSON, a JSON to Dhall and a derivative Dhall to YAML compiler. Note the YAML compiler is lesser featured than the one in the `dhall-yaml` package. | `dhall-to-json`, `json-to-dhall`, `dhall-to-yaml`| \ No newline at end of file +| [dhall-json](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json) | Provides a Dhall to JSON, a JSON to Dhall and a derivative Dhall to YAML compiler. Note the YAML compiler is lesser featured than the one in the `dhall-yaml` package. | `dhall-to-json`, `json-to-dhall`, `dhall-to-yaml`| +| [dhall-bash](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-bash) | Provides a Dhall to Bash compiler. Does not compile all Dhall syntax to Bash. | `dhall-to-bash`| \ No newline at end of file diff --git a/dhall-bash.json b/dhall-bash.json new file mode 100644 index 0000000..a6f6296 --- /dev/null +++ b/dhall-bash.json @@ -0,0 +1,16 @@ +{ + "version": "1.39.0", + "description": "Command-line tooling to compile Dhall to Bash", + "homepage": "https://dhall-lang.org", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-bash-1.0.37-x86_64-windows.zip", + "hash": "54BD0824B076419D34BD56E8EC6F5145F14A8E5F8B300A0FFE31CE7ED1D740A7" + } + }, + "bin": "dhall-to-bash.exe", + "checkver": { + "github": "https://github.com/dhall-lang/dhall-haskell" + } +} \ No newline at end of file