dhall-haskell icon indicating copy to clipboard operation
dhall-haskell copied to clipboard

Maintainable configuration files

Results 171 dhall-haskell issues
Sort by recently updated
recently updated
newest added

aside: thanks for `for-directory-tree`, I'm very excited to use it :D ``` $ echo '{ a = "hello" }' | dhall to-directory-tree --output issue $ cat issue/a hello $ echo...

Right now the files and directories created by the `to-directory-tree` command get created with the current user/group and the current umask-based permissions set. To spare the user another pass over...

One of the complaints I receive when introducing Dhall to other developers is the overuse of `Optional` fields. I believe these could be more easily avoided, especially during migrations from...

Is there a way to specify a schema with "defaults" instead of a type when using json-to-dhall? i.e. something that would take advantage of the `::` operator to provide defaults...

https://hackage.haskell.org/package/transformers-0.6.0.0/changelog Build command as of 2022-07-14: ``` cabal test all -w ghc-8.10 --constraint 'transformers >= 0.6' --allow-newer=haskeline:transformers,tomland:mtl,lsp,lsp-test,lsp-types --enable-tests ``` Blocked on: * [x] https://github.com/haskell/primitive/issues/310 * [x] ~~https://github.com/ekmett/transformers-compat/issues/48~~ (see https://github.com/dhall-lang/dhall-haskell/pull/2257) *...

This is probaly a mix between core dhall and dhall-to-yaml Consider the following: ``` 〉'toMap { one = 1, two = 2}' | dhall-to-yaml one: 1 two: 2 ``` Good...

If a parse error occurs within parentheses in function application, instead of an error at the point of the parse error, you instead get `unexpected '('` at the open parenthesis....

error messages
parser

… as standardized in https://github.com/dhall-lang/dhall-lang/pull/1287

… and fix/ignore the test failures