-
Spurred on by the pull request https://github.com/cabalism/hpack-dhall/pull/33 to add a prelude.
We use the hpack dialect but for cabal there's already a [prelude with dhall-to-cabal](https://githu…
-
1. dhall-to-yaml doesn't quote string scalars ending in `:` (breaks some yaml parsers).
2. dhall-to-yaml doesn't quote string keys or string scalars ending in space.
3. dhall-to-yaml unnecessarily q…
-
Syntax error : source code cannot contain null bytes . File "/home/kali/Dh-All/ .extra/ .x.py" , line 3
-
The context for this is https://github.com/dhall-lang/dhall-haskell/issues/1894 where I am wondering if a string value that contains a single word could always be quoted. This would enable a nicer out…
-
Using the following dhall, `dhall-to-yaml` does not render correctly:
```dhall
{ a = [ "v:" ], b = "c:" }
```
```sh
$ dhall-to-yaml < t.dhall
a:
- v:
b: c:
```
Both `dhall-to-yaml-…
-
Some tests fail, and dhall is not usable in the nix-shell.
It may be a good idea to provide instruction to use the dhall project binary cache to avoid so much compiling?
```
...
discover
…
-
When running a tasty test suite with the default number of threads the execution hangs indefinitely in a circleci env with eta master docker image. In my local windows env the test suite never hangs…
-
Is there a way to distinguish between integers and natural numbers when dumping? E.g. if I dump 4, it shows up as '4' instead of '+4' and that does not work if a reader using the Haskell binding expec…
jchia updated
3 years ago
-
I wanted to try a conversion of ansible to dhall, but failed to install.
could you update the package to run with current ghc? base < 15 is low and when I lifted it I got an error
```
Main.hs:160…
-
One thing I like about Dhall is that it is pretty clear what your configuration depends on, as there are no hidden mutable state dependencies and dependencies on the environment or other dhall files c…