dhall: A configuration language guaranteed to terminate
Dhall is an explicitly typed configuration language that is not Turing complete. Despite being Turing incomplete, Dhall is a real programming language with a type-checker and evaluator.
Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. This package also includes an executable which type-checks a Dhall file and reduces the file to a fully evaluated normal form.
Read Dhall.Tutorial to learn how to use this library
| Versions [faq] | 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.10.0, 1.11.0, 1.11.1, 1.12.0, 1.13.0, 1.13.1, 1.14.0, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.17.0, 1.18.0, 1.19.0, 1.19.1, 1.20.0, 1.20.1, 1.21.0, 1.22.0, 1.23.0, 1.24.0 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.0.0.0 && <1.5), aeson-pretty (<0.9), ansi-terminal (>=0.6.3.1 && <0.10), base (>=4.8.2.0 && <5), bytestring (<0.11), case-insensitive (<1.3), cborg (>=0.2.0.0 && <0.3), cborg-json (<0.3), containers (>=0.5.0.0 && <0.7), contravariant (<1.6), cryptonite (>=0.23 && <1.0), dhall, Diff (>=0.2 && <0.4), directory (>=1.2.2.0 && <1.4), dotgen (>=0.4.2 && <0.5), exceptions (>=0.8.3 && <0.11), fail (==4.9.*), filepath (==1.4.*), ghcjs-xhr, haskeline (>=0.7.2.1 && <0.8), http-client (>=0.4.30 && <0.7), http-client-tls (>=0.2.0 && <0.4), http-types (>=0.7.0 && <0.13), lens-family-core (>=1.0.0 && <1.3), megaparsec (>=6.5.0 && <7.1), memory (==0.14.*), mtl (>=2.2.1 && <2.3), optparse-applicative (>=0.14.0.0 && <0.15), parsers (>=0.12.4 && <0.13), prettyprinter (>=1.2.0.1 && <1.3), prettyprinter-ansi-terminal (>=1.1.1 && <1.2), profunctors (>=3.1.2 && <5.5), repline (>=0.2.1.0 && <0.3), scientific (>=0.3.0.0 && <0.4), semigroups (==0.18.*), serialise (>=0.2.0.0 && <0.3), template-haskell (<2.15), text (>=0.11.1.0 && <1.3), transformers (>=0.2.0.0 && <0.6), transformers-compat (>=0.6.2 && <0.7), unordered-containers (>=0.1.3.0 && <0.3), uri-encode (<1.6), vector (>=0.11.0.0 && <0.13) [details] |
| License | BSD-3-Clause |
| Copyright | 2017 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | Gabriel439@gmail.com |
| Category | Compiler |
| Bug tracker | https://github.com/dhall-lang/dhall-haskell/issues |
| Source repo | head: git clone https://github.com/dhall-lang/dhall-haskell/tree/master/dhall |
| Uploaded | by GabrielGonzalez at Fri Jun 7 00:16:29 UTC 2019 |
| Distributions | LTSHaskell:1.19.1, NixOS:1.24.0, Stackage:1.24.0 |
| Executables | dhall |
| Downloads | 11482 total (860 in the last 30 days) |
| Rating | 2.5 (votes: 4) [estimated by rule of succession] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2019-06-07 [all 1 reports] |
Modules
[Index] [Quick Jump]
Flags
| Name | Description | Default | Type |
|---|---|---|---|
| with-http | Include support for importing dhall modules from HTTP URLs | Enabled | Manual |
| cross | Disable TemplateHaskell to make cross-compiling easier | Disabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- dhall-1.24.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)