Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
The Dhall Language Project
Maintainable configuration files
Collective -
Host: opensource -
https://opencollective.com/dhall
- Website: https://dhall-lang.org
- Code: https://github.com/dhall-lang
* Implement Integer/show
Relates to #49
* Implement Double/show
Relates to #49
github.com/dhall-lang/dhall-haskell - 05e7fff07fe9ecea11a42837ce86fda76de5e755 authored over 7 years ago by Markus Hauck <[email protected]>* Implement Natural/show
* Rename exprFXX variables to reflect the meaning
github.com/dhall-lang/dhall-haskell - 6a6cc6e41a2fed29aad420719eeb8175f7b99bcc authored over 7 years ago by Markus Hauck <[email protected]>
The previous tests for `build . fold` fusion for `Optional` values would
succeed even without f...
* Move test utils into separate module and use custom assertions
* Implement Natural/toIntege...
github.com/dhall-lang/dhall-haskell - a40cd7cb75e093a2542396b5667a125a1c4ace76 authored over 7 years ago by Markus Hauck <[email protected]>
This change updates the test to test Dhall source code so that we're
exercising the system from...
github.com/dhall-lang/dhall-haskell - 6c5cacd7a24b4a155e834ba71fd7eb960ce09d6e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
You can now escape an field or variable name using backticks, like this:
```haskell
let ...
This adds support for unions by just stripping the tag
github.com/dhall-lang/dhall-json - c72215d0826e8d0f7c0f4c5abcb5e71ed9ae8189 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
- Defines a new primitive `OptionalFold`
- Implements normalization:
- inlining of Optional/...
Part of #31, requested by @scott-fleischman
You can now use `-` in identifier names for all but...
github.com/dhall-lang/dhall-haskell - aeb7d165251a0612538e0ca8f84d60b5aaac6c8d authored over 7 years ago by Gabriel Gonzalez <[email protected]>github.com/dhall-lang/dhall-haskell - f6b86942ecc3375f6e8577c841a845953fcdc403 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 4b8d8438ea2c2705401c053875b594abe77ba31b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - ca40559cdcd242070d0b2d6832275267160b06a1 authored over 7 years ago by Markus Hauck <[email protected]>
Useful to see which version of `dhall` you are currently using.
github.com/dhall-lang/dhall-haskell - b99648999a7c446bb4c6f2c1fda96e3a25940008 authored over 7 years ago by Markus Hauck <[email protected]>
The original reason for permitting `(` and `)` in paths was due to
Dhall's origins as a fork of ...
github.com/dhall-lang/dhall-haskell - 649acf359bc17f6b5b4bca5818e38a0affaa9831 authored over 7 years ago by Markus Hauck <[email protected]>
The expected use of this operator is to update a record. For example,
you can provide a record...
github.com/dhall-lang/dhall-bash - 8b2477027c9105c97123c153b5353961201d007b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 8fbeca63f0e136fd16f35873042db02e4e47fdc4 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 6c2a8f12617b924614900611819964df5d5167db authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-bash - 4afd522957fd4c93d045f09a56a9e770f2ea030e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-bash - d686d0c966a2cbe2d827357988a8e0584e0699b0 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-bash - 4fec155471144774c6b112beafa5c21235a3083f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 497e1c263785dec77ab949d28251b49de4fa2d17 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 48bea98fbc5d26534605f40ff615178bb8a999f4 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 6712c046eb47461a9bd310b2f9b0b6f0b4789256 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 900811d6647316615768475391fcbed7bbfed761 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
`dhall-to-nix` accidentally displays `ExitSuccess` in its `--help`
output because it prints all ...
`dhall-to-nix` accidentally displays `ExitSuccess` in its `--help`
output because it prints all ...
github.com/dhall-lang/dhall-bash - f20f4e08386b4d49c2c81dcea1c3ae92ec101541 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 8e3d087ae39cdc1589d7c9b525a9efe6c514c116 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-bash - 39bdcfb5dc80bf73e04876783b6ada879ee0e5df authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-bash - 889b0d6a79c1dfeeae9b47d27a973560166f3b48 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-bash - d646e53d86a2f1a663e8277426f61c558cb2ca0f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
* Add support for importing paths as raw `Text`
Part of #23
You can now add ` as Text` to ...
github.com/dhall-lang/dhall-haskell - ef4c8b08d5823d63f4d02f534c0082f885d437f6 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>... as requested by @newhoggy in #23
github.com/dhall-lang/dhall-haskell - dce4b20ba45fce979ece6898529358009ffe3884 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>Consider the following Haskell program:
```
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE Der...
Consider the following program which marshals a Dhall record into Haskell:
```haskell
{-# LANGU...
Now this code:
\(x : Natural) -> x : Natural
... will be treated as equivalent to this...
github.com/dhall-lang/dhall-haskell - 8df9061fca2544ec9790563a6f888ce5b299c91a authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Older pre-release versions of `dhall` used to
translate Haskell records to sum-types even if
t...
You can now use `env:NAME` to syntax to import an environment variable named
`NAME`
This change updates parsing errors to adopt the same format as a type error,
including a helpful...
You can now write expressions like these:
```
{ foo = 1, bar = 2,}
```
```
[1,2,3,]
```
The `exprD` parser for function application was unnecessarily backtracking when
parsing the firs...
github.com/dhall-lang/dhall-haskell - 2feea6aa70af55baeeea3a15623a407b69d33c9f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 518758da402cb566658d59d6fcd58c9f5852452e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
This adds a new `deriveAuto` utility that you can customize with
`InterpretOptions` in order to...
README: update tutorial pointer to latest version
github.com/dhall-lang/dhall-haskell - 4c3eadee1fbd8198e1e3ff99c2ce2451e49272df authored almost 8 years ago by Gabriel Gonzalez <[email protected]>github.com/dhall-lang/dhall-haskell - 0b90bb5ba8fbf14af21a04f56826bcaad401f626 authored almost 8 years ago by Pierre Radermecker <[email protected]>
github.com/dhall-lang/dhall-nix - b40c8726bb08a96701719410f7b259a49b978aec authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - d1bf00db35a12ce778bd2b6645455fe41c7c8e49 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 38d14a3973c664c0fb09356d34698ce2d4a6920f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 3d3ee24bf92aac3f71020c3fabf9a7f9c8a47a68 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 595bb008477017e7b9b83eb20f2728dc7b8b7ff0 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Also added `CHANGELOG.md`
github.com/dhall-lang/dhall-haskell - 3958a4b42ada31ead4c1fe9ffafdb1c4bbd46280 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>github.com/dhall-lang/dhall-haskell - 440e734e8024bc8872adb1bccbbd499396a14d97 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - cad5c8af20f7f03d6e7b064a4bd1ec5fb38cc29f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - df892060aa4f0397a050f5c7566fe8cc20236413 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 782d118c9736eebbd810beb94798c37e45b9345e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - a0ad7bb6ea3d9d86bebe76454c13ff1bd6a5cce6 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
We *can* auto-generate `Interpret` instances for sum types
github.com/dhall-lang/dhall-haskell - cc5d22f4a8caa101a93bf5d4c2791274f992a69c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>github.com/dhall-lang/dhall-haskell - 6509a16070d0113e300c2621a138c80563ab2b9e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - bf770ab1cf48247ae5dc0fe4af0890786bc337a3 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 890ce4a296115b54ec9d4b9da415589938e7d1ba authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 1c68e97ea156ec9bb38bcc774da3d65e58703f85 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 788367b0cd81a7642e6ef0a2aab2b27f36a71ca1 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 1cb1dc96b0d9f27d295890aa0eb8a50bd93b569a authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 0312d8a0bdce1cb76b9ef651284beb9f18517fcc authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - d2c67c128c6d61b1fdce65591e9bb90a76eb18fa authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - d60caf9145bb2e457804f07a9de55a658a24a0f6 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 7d8de9d7bbe47706d54afd4c0071c96a234dbcc4 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-json - 05f4b7c50d8f3dbf26f726f3bb76f74861c7d517 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Generalize type of expression parser
github.com/dhall-lang/dhall-haskell - 5bb01661fd536794f6871379ae2d05e02b7e22f8 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>github.com/dhall-lang/dhall-haskell - f1db042298d8dad45614e443186e97ef33f8dafe authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - f050a781e469dd361b7d149895554c596ef5d384 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 687be80dff1ff5674a5e3e6f578e9732d1746cc8 authored almost 8 years ago by Thomas Tuegel <[email protected]>
github.com/dhall-lang/dhall-haskell - 4d176b52e7a2e7f7384c2497dcd73e59dae597b5 authored almost 8 years ago by Thomas Tuegel <[email protected]>
github.com/dhall-lang/dhall-haskell - fe4a9596cec165f55dfe7dd16a76441597af9500 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
`trifecta` already depends on `lens`, so using `microlens` does not
actually trim down the depen...
github.com/dhall-lang/dhall-haskell - e16783e01d362ee7940ef33d18967f4b1fc5c4f1 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 17290171fef8b7d0c92cac9e1b3914b027a2531b authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - adcc9c0be737ad775e459fa06e6a79b87698d2a5 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 3a55fb8e69dc353127f1c100d0a2afed512735a5 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 46218e96a5a1c91d6b0acf38a768f3a5aa97128b authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - adcbbb36aa5d5ad815534ccf3fe7e3e51050184e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 0c01b38f66ab393680efd11af50084056029983c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 53538b005356f0e43e56d744042fee3e584ead4c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
`hnix` has a `base >= 4.9` requirement which prevents building with
older version of GHC
`hnix` has a `base >= 4.9` requirement which prevents building with
older version of GHC
github.com/dhall-lang/dhall-haskell - d914132adaff14ee70fdeb77644937b46cb4c88f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 62e4f568ba799761234b3c5b0c23a4f4f9597c59 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 0e2aff13930917ce2ba10460423a07c29f16aa3d authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 662edb1a1417df915ab5d5b0b6aef33b4a577b33 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 20025c47c8db0d3a69be6b7ad035a3204fd19cc8 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - bd30061b507698960d086e7d736b9c0e1bd59362 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 80c39af8cef2b5dc6b74d532902c578342156583 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 3b9db6d57f353f7539be8b5a387f8cc63cb3eb6c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-nix - 38aac3bf38f6e097977f14ce63a68a2243000f38 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 671eb6343eabd8b9a62fa7580362cae6e3970a4e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
github.com/dhall-lang/dhall-haskell - 8119ea30214ae6585f2a3f66403599b936709b99 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>