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 Double/show and Integer/show (#54)

* 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 (#52)

* 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]>
Fix `build . fold` fusion tests (#51)

The previous tests for `build . fold` fusion for `Optional` values would
succeed even without f...

github.com/dhall-lang/dhall-haskell - 40390626a4a7255a8fa8b5683c0cfb0ffbf9a6b9 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Implement Natural/toInteger (#50)

* 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]>
Change tests to test source code (#48)

This change updates the test to test Dhall source code so that we're
exercising the system from...

github.com/dhall-lang/dhall-haskell - dcff2c3badd63c76804da1b47fb1f9ada516da50 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `vector` (#46)

github.com/dhall-lang/dhall-haskell - 6c5cacd7a24b4a155e834ba71fd7eb960ce09d6e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Escaped field names. Fixes #31 (#43)

You can now escape an field or variable name using backticks, like this:

```haskell
let ...

github.com/dhall-lang/dhall-haskell - 7db951591ab0df40bb4eb5aadfe436bffa0a280d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Translate unions to JSON/YAML. Fixes #2

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]>
Implement Optional/build with fusion (#44)

- Defines a new primitive `OptionalFold`
- Implements normalization:
- inlining of Optional/...

github.com/dhall-lang/dhall-haskell - 32aa2a71e128155cb9819688c56abe48353a9e69 authored over 7 years ago by Markus Hauck <[email protected]>
Add `-` as a valid identifier character

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]>
Document existing Dhall integrations in `README.md`

github.com/dhall-lang/dhall-haskell - f6b86942ecc3375f6e8577c841a845953fcdc403 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Update `default.nix`

github.com/dhall-lang/dhall-haskell - 4b8d8438ea2c2705401c053875b594abe77ba31b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add test suite (#42)

github.com/dhall-lang/dhall-haskell - ca40559cdcd242070d0b2d6832275267160b06a1 authored over 7 years ago by Markus Hauck <[email protected]>
Add new argument: --version (#39) (#39)

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]>
Disallow `(` and `)` characters in path

The original reason for permitting `(` and `)` in paths was due to
Dhall's origins as a fork of ...

github.com/dhall-lang/dhall-haskell - dc1773f1af3949bf5cbf130d6de0ea666e56a727 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Increase connection timeout for imports (#37)

github.com/dhall-lang/dhall-haskell - 649acf359bc17f6b5b4bca5818e38a0affaa9831 authored over 7 years ago by Markus Hauck <[email protected]>
Add `(//)` for right-biased, non-recursive merge. Fixes #35 (#36)

The expected use of this operator is to update a record. For example,
you can provide a record...

github.com/dhall-lang/dhall-haskell - ec1bb99969705db2c787c2aabf1dd133a5daa131 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Compile a statically linked executable for faster startup speeds

github.com/dhall-lang/dhall-bash - 8b2477027c9105c97123c153b5353961201d007b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.0 => 1.0.1

github.com/dhall-lang/dhall-json - 8fbeca63f0e136fd16f35873042db02e4e47fdc4 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall`

github.com/dhall-lang/dhall-json - 6c2a8f12617b924614900611819964df5d5167db authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `.travis.yml`

github.com/dhall-lang/dhall-bash - 4afd522957fd4c93d045f09a56a9e770f2ea030e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix typo in `README.md`

github.com/dhall-lang/dhall-bash - d686d0c966a2cbe2d827357988a8e0584e0699b0 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `README.md`

github.com/dhall-lang/dhall-bash - 4fec155471144774c6b112beafa5c21235a3083f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.1 => 1.0.2

github.com/dhall-lang/dhall-haskell - 497e1c263785dec77ab949d28251b49de4fa2d17 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.1 => 1.0.2

github.com/dhall-lang/dhall-nix - 48bea98fbc5d26534605f40ff615178bb8a999f4 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall`

github.com/dhall-lang/dhall-haskell - 6712c046eb47461a9bd310b2f9b0b6f0b4789256 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall`

github.com/dhall-lang/dhall-nix - 900811d6647316615768475391fcbed7bbfed761 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix `--help` output

`dhall-to-nix` accidentally displays `ExitSuccess` in its `--help`
output because it prints all ...

github.com/dhall-lang/dhall-nix - d58de3e6d31370e7b9a71536cc23e66be3be9954 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix `--help` output

`dhall-to-nix` accidentally displays `ExitSuccess` in its `--help`
output because it prints all ...

github.com/dhall-lang/dhall-haskell - 1e4698e8873c49cf5ebf053983953cb799b14946 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add bound to dependencies

github.com/dhall-lang/dhall-bash - f20f4e08386b4d49c2c81dcea1c3ae92ec101541 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.1.0 => 1.2.0

github.com/dhall-lang/dhall-haskell - 8e3d087ae39cdc1589d7c9b525a9efe6c514c116 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-bash - 39bdcfb5dc80bf73e04876783b6ada879ee0e5df authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for `Bool`s

github.com/dhall-lang/dhall-bash - 889b0d6a79c1dfeeae9b47d27a973560166f3b48 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Initial commit

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` (#34)

* 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]>
Support `~/...` syntax for importing files relative to $HOME

... as requested by @newhoggy in #23

github.com/dhall-lang/dhall-haskell - dce4b20ba45fce979ece6898529358009ffe3884 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix `InterpretOptions` to work inside `Optional`/`List`. Fixes #33

Consider the following Haskell program:

```
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE Der...

github.com/dhall-lang/dhall-haskell - e7e799f4daf85fb4a916af4eec6a142589b66892 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix `InterpretOptions` to affect nested records. Fixes #33

Consider the following program which marshals a Dhall record into Haskell:

```haskell
{-# LANGU...

github.com/dhall-lang/dhall-haskell - 663047065142c2614d2892f2089a201bc91486e2 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Type annotations now bind more tightly than lambda abstraction (#30)

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]>
Fix incorrect example in `README.md`

Older pre-release versions of `dhall` used to
translate Haskell records to sum-types even if
t...

github.com/dhall-lang/dhall-haskell - 10d429a8f0ed5d48b23a9074365d7738f2702134 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Support import via environment variables

You can now use `env:NAME` to syntax to import an environment variable named
`NAME`

github.com/dhall-lang/dhall-haskell - 11ceab1dfeb9ed9a25dab717b4fe24ffaf7d320e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Improve parsing errors. Fixes #25

This change updates parsing errors to adopt the same format as a type error,
including a helpful...

github.com/dhall-lang/dhall-haskell - 2f40a462e67f68176a8a739aa9e2d418331c75bf authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Permit trailing commas, bars. Fixes #27

You can now write expressions like these:

```
{ foo = 1, bar = 2,}
```

```
[1,2,3,]
```

github.com/dhall-lang/dhall-haskell - a5a84e64127c2a0f73fb21ea1f2ca5827aa753b9 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Improve localization of parsing errors

The `exprD` parser for function application was unnecessarily backtracking when
parsing the firs...

github.com/dhall-lang/dhall-haskell - baa08c649872a058b75c71b89bc6e43c231e94b0 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update `README.md`

github.com/dhall-lang/dhall-haskell - 2feea6aa70af55baeeea3a15623a407b69d33c9f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update `README.md`

github.com/dhall-lang/dhall-nix - 518758da402cb566658d59d6fcd58c9f5852452e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add support for customizing derived `auto` implementation. Fixes #22 (#24)

This adds a new `deriveAuto` utility that you can customize with
`InterpretOptions` in order to...

github.com/dhall-lang/dhall-haskell - 505a786c6dd7dcc37e43f3cc96031d30028625be authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Merge pull request #21 from PierreR/master

README: update tutorial pointer to latest version

github.com/dhall-lang/dhall-haskell - 4c3eadee1fbd8198e1e3ff99c2ce2451e49272df authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
README: update tutorial pointer to latest version

github.com/dhall-lang/dhall-haskell - 0b90bb5ba8fbf14af21a04f56826bcaad401f626 authored almost 8 years ago by Pierre Radermecker <[email protected]>
Version 1.0.0 => 1.0.1

github.com/dhall-lang/dhall-nix - b40c8726bb08a96701719410f7b259a49b978aec authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.0 => 1.0.1

github.com/dhall-lang/dhall-haskell - d1bf00db35a12ce778bd2b6645455fe41c7c8e49 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall`

github.com/dhall-lang/dhall-haskell - 38d14a3973c664c0fb09356d34698ce2d4a6920f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall`

github.com/dhall-lang/dhall-nix - 3d3ee24bf92aac3f71020c3fabf9a7f9c8a47a68 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall`

github.com/dhall-lang/dhall-json - 595bb008477017e7b9b83eb20f2728dc7b8b7ff0 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.2 => 1.1.0

Also added `CHANGELOG.md`

github.com/dhall-lang/dhall-haskell - 3958a4b42ada31ead4c1fe9ffafdb1c4bbd46280 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
No list type annotation necessary in README

github.com/dhall-lang/dhall-haskell - 440e734e8024bc8872adb1bccbbd499396a14d97 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Polish source code

github.com/dhall-lang/dhall-haskell - cad5c8af20f7f03d6e7b064a4bd1ec5fb38cc29f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Export `InvalidType`

github.com/dhall-lang/dhall-haskell - df892060aa4f0397a050f5c7566fe8cc20236413 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Provide a better error message if `extract` fails

github.com/dhall-lang/dhall-haskell - 782d118c9736eebbd810beb94798c37e45b9345e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - a0ad7bb6ea3d9d86bebe76454c13ff1bd6a5cce6 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix documentation

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]>
Remove unnecessary list type annotations in documentation

github.com/dhall-lang/dhall-haskell - 6509a16070d0113e300c2621a138c80563ab2b9e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Document @dhall-to-yaml@

github.com/dhall-lang/dhall-json - bf770ab1cf48247ae5dc0fe4af0890786bc337a3 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `dhall-to-yaml` example to README

github.com/dhall-lang/dhall-json - 890ce4a296115b54ec9d4b9da415589938e7d1ba authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `dhall-to-yaml`

github.com/dhall-lang/dhall-json - 1c68e97ea156ec9bb38bcc774da3d65e58703f85 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add version bounds to `aeson` dependency

github.com/dhall-lang/dhall-json - 788367b0cd81a7642e6ef0a2aab2b27f36a71ca1 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `.travis.yml`

github.com/dhall-lang/dhall-json - 1cb1dc96b0d9f27d295890aa0eb8a50bd93b569a authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `README.md`

github.com/dhall-lang/dhall-json - 0312d8a0bdce1cb76b9ef651284beb9f18517fcc authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Remove unused `text-format` dependency

github.com/dhall-lang/dhall-json - d2c67c128c6d61b1fdce65591e9bb90a76eb18fa authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-json - d60caf9145bb2e457804f07a9de55a658a24a0f6 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `--explain` flag

github.com/dhall-lang/dhall-json - 7d8de9d7bbe47706d54afd4c0071c96a234dbcc4 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Initial commit

github.com/dhall-lang/dhall-json - 05f4b7c50d8f3dbf26f726f3bb76f74861c7d517 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Merge pull request #19 from ttuegel/master

Generalize type of expression parser

github.com/dhall-lang/dhall-haskell - 5bb01661fd536794f6871379ae2d05e02b7e22f8 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Remove unused language extension

github.com/dhall-lang/dhall-haskell - f1db042298d8dad45614e443186e97ef33f8dafe authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Remove unused language extension

github.com/dhall-lang/dhall-nix - f050a781e469dd361b7d149895554c596ef5d384 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add a nix-shell expression

github.com/dhall-lang/dhall-haskell - 687be80dff1ff5674a5e3e6f578e9732d1746cc8 authored almost 8 years ago by Thomas Tuegel <[email protected]>
Generalize type of expression parser

github.com/dhall-lang/dhall-haskell - 4d176b52e7a2e7f7384c2497dcd73e59dae597b5 authored almost 8 years ago by Thomas Tuegel <[email protected]>
Update LICENSE

github.com/dhall-lang/dhall-haskell - fe4a9596cec165f55dfe7dd16a76441597af9500 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Replace `microlens*` dependencies with `lens`. Fixes #20

`trifecta` already depends on `lens`, so using `microlens` does not
actually trim down the depen...

github.com/dhall-lang/dhall-haskell - c54353c3eea6b583108b291d9754e7af03c80e9d authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Polish source code

github.com/dhall-lang/dhall-haskell - e16783e01d362ee7940ef33d18967f4b1fc5c4f1 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Make Dhall `-Wall`-clean

github.com/dhall-lang/dhall-haskell - 17290171fef8b7d0c92cac9e1b3914b027a2531b authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Non-empty lists no longer require type annotation. Fixes #18

github.com/dhall-lang/dhall-haskell - adcc9c0be737ad775e459fa06e6a79b87698d2a5 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix missing source annotation for top-level type annotations

github.com/dhall-lang/dhall-haskell - 3a55fb8e69dc353127f1c100d0a2afed512735a5 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.1 => 1.0.2

github.com/dhall-lang/dhall-haskell - 46218e96a5a1c91d6b0acf38a768f3a5aa97128b authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - adcbbb36aa5d5ad815534ccf3fe7e3e51050184e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `README.md`

github.com/dhall-lang/dhall-nix - 0c01b38f66ab393680efd11af50084056029983c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `README.md`

github.com/dhall-lang/dhall-haskell - 53538b005356f0e43e56d744042fee3e584ead4c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Remove support for GHC 7.10

`hnix` has a `base >= 4.9` requirement which prevents building with
older version of GHC

github.com/dhall-lang/dhall-haskell - 1db308c901cd654e19aab4f2fe10b1e0feca117e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Remove support for GHC 7.10

`hnix` has a `base >= 4.9` requirement which prevents building with
older version of GHC

github.com/dhall-lang/dhall-nix - 1248311e69e37395221d2c2de2a5ace4f44faae0 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `.travis.yml`

github.com/dhall-lang/dhall-haskell - d914132adaff14ee70fdeb77644937b46cb4c88f authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add `.travis.yml`

github.com/dhall-lang/dhall-nix - 62e4f568ba799761234b3c5b0c23a4f4f9597c59 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add a package description

github.com/dhall-lang/dhall-haskell - 0e2aff13930917ce2ba10460423a07c29f16aa3d authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add a package description

github.com/dhall-lang/dhall-nix - 662edb1a1417df915ab5d5b0b6aef33b4a577b33 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add version bounds for dependencies

github.com/dhall-lang/dhall-nix - 20025c47c8db0d3a69be6b7ad035a3204fd19cc8 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add version bounds for dependencies

github.com/dhall-lang/dhall-haskell - bd30061b507698960d086e7d736b9c0e1bd59362 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Speed up `dhall-to-nix` and tests

github.com/dhall-lang/dhall-nix - 80c39af8cef2b5dc6b74d532902c578342156583 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Speed up `dhall-to-nix` and tests

github.com/dhall-lang/dhall-haskell - 3b9db6d57f353f7539be8b5a387f8cc63cb3eb6c authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-nix - 38aac3bf38f6e097977f14ce63a68a2243000f38 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 671eb6343eabd8b9a62fa7580362cae6e3970a4e authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add more tests

github.com/dhall-lang/dhall-haskell - 8119ea30214ae6585f2a3f66403599b936709b99 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>