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

Add more tests

github.com/dhall-lang/dhall-haskell - 8119ea30214ae6585f2a3f66403599b936709b99 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add derivation to test Dhall to Nix conversions

github.com/dhall-lang/dhall-nix - 69f35c0c44d1636250e7bf67e2e220fd127354e8 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Add derivation to test Dhall to Nix conversions

github.com/dhall-lang/dhall-haskell - ee65879bf17280330350123bb3ef4ea436787044 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix `Natural/fold` translation

github.com/dhall-lang/dhall-haskell - e2dc54eea253292a9c6eafc12a4cf7363305aaa6 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix `Natural/fold` translation

github.com/dhall-lang/dhall-nix - f4c31faaa9cb59113d3ef31a27e8338695088962 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Make Nix translation of (∧) recursive

github.com/dhall-lang/dhall-haskell - c8d9925530ee854479b8e193fd29c79dbce8d5d7 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Make Nix translation of (∧) recursive

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

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

github.com/dhall-lang/dhall-haskell - 49d1aeb3bf3cd8aadae648c8633efa551dc2daa7 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Include `test` Nix expression

This tests that `dhall-to-nix` can be used to build Nix derivations

github.com/dhall-lang/dhall-nix - 44581298ced4853ca171fd833241bf5b2e0d05ba authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Include `test` Nix expression

This tests that `dhall-to-nix` can be used to build Nix derivations

github.com/dhall-lang/dhall-haskell - 47fec820ee0527f1204dd63fe7fe25f214c6dc77 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Update `default.nix`

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

github.com/dhall-lang/dhall-nix - cecbde82fb5b73344de19e4ed04da589bc4bc31a authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Pin encoding to UTF8

github.com/dhall-lang/dhall-nix - 71f69781483a18b1415bc19d667ba6ba12845830 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Pin encoding to UTF8

github.com/dhall-lang/dhall-haskell - 4c0988cb4779ee64b45f147864b596e2e03f61fe authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - 5ea197198d188e9ecbd2f42d705007c948d99cdd authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-nix - e20144cc6fe84424454d0497e611cb38bbcd6001 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Simplify executable

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

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

github.com/dhall-lang/dhall-nix - 8869916ec5b224a6efd45220d476fabb5c55ea16 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Initial commit

github.com/dhall-lang/dhall-haskell - 80195ffb832639764c04b60940804c2390d74655 authored almost 8 years ago by Gabriel Gonzalez <[email protected]>
Fix double-single-quote string literals

This fixes two errors in parsing double-single-quote string literals:

* Interior single quotes ...

github.com/dhall-lang/dhall-haskell - 4dd7c68870e20f99c43786ab2fb1611982f90119 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add support for Nix-style multi-line strings. Fixes #13

github.com/dhall-lang/dhall-haskell - eddb853175b423dcfee57a3c71a40bef12da5ada authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add `isNormalized`. Fixes #6

github.com/dhall-lang/dhall-haskell - ff192c977a42d652b1b9135e76cc979db984f006 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Begin FAQ section. Fixes #1

github.com/dhall-lang/dhall-haskell - 315237612cb707c0f2935d2972961b8530daa636 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Explain why `1+1` gives a "Not a function" error

This confusing corner case was pointed out by @echatav

github.com/dhall-lang/dhall-haskell - 1939e9992247bdd29e5227e61dd42cbc799f32d1 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Use `Integer` instead of `Natural` for first exercise. Fixes #2

This helps avoid people stumbling on `Natural` literals before they've
learned about them

github.com/dhall-lang/dhall-haskell - 1fd5b98b46ef716111e5cdf6828a5144dcd125e8 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Merge branch 'fosskers-master'

github.com/dhall-lang/dhall-haskell - 2a3f55dc47523534a6e4d67ee9a63856b9196a36 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Build against multiple versions of `http-client`

github.com/dhall-lang/dhall-haskell - b4e334fe89da4ffe7cbc2895f78b54c28222769d authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Restore `stack` to LTS resolver

github.com/dhall-lang/dhall-haskell - 39c436abb4152e4d6df2cd0e1f2e612832d853aa authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Merge branch 'master' of https://github.com/fosskers/Haskell-Dhall-Library into fosskers-master

github.com/dhall-lang/dhall-haskell - 074b636220c843c50308ed47a85254686ad1c351 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add Nix derivations for building Dhall

github.com/dhall-lang/dhall-haskell - 56365164ca48bce624958e3aeceee4ddf4b21b49 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Boost http-client upperbound and fix compilation fallout

github.com/dhall-lang/dhall-haskell - ba42b9d1a5ce9539646a6c6cf948b5e0efcf0e67 authored about 8 years ago by Colin Woodbury <[email protected]>
Fix lower bound on `base`

Dhall depends on `Numeric.Natural` which was introduced in `base-4.8.0.0`

github.com/dhall-lang/dhall-haskell - c99d4fb753c8155b152b1a50b49b28edbbc4fe61 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix `/=` to say `!=`. Fixes #5

github.com/dhall-lang/dhall-haskell - 855f0c881195f29656060001626e8d6c1a2d5c88 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Merge pull request #7 from bos/patch-1

Fix lower bound on http-client

github.com/dhall-lang/dhall-haskell - a518cfa69094daa81f9319ab816efbbdc5127d83 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix lower bound on http-client

github.com/dhall-lang/dhall-haskell - 7a4e675d25bc2ad0e8c20ed6a17fc4bf7b972e7f authored about 8 years ago by Bryan O'Sullivan <[email protected]>
Version 1.0.1

I uploaded version 1.0.0 to Hackage by accident, so I need to bump the version
number again to u...

github.com/dhall-lang/dhall-haskell - e4372619100ee7d78d82118076cbb6418eb94023 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Change derived `Interpret` for data types with 1 constructor

They no longer need to be wrapped inside a union with 1 alternative and are
decoded directly fro...

github.com/dhall-lang/dhall-haskell - 961278d71a10c3ad0595c88286747b7c46f3ac82 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - d4209522ca7f83607cc86a6ba3e7231222399eaa authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Remove spurious code block from `README.md`

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

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

github.com/dhall-lang/dhall-haskell - 2c8716c4e630bf29ad0236828bdf4b155d3eece6 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Remove unnecessary first argument to `load`

github.com/dhall-lang/dhall-haskell - 20831bc24d92ac9046cdc2051b6ed9e4787da500 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 94d7e994080ffd89a4666b450f80c17652befa03 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 74263f3df79c22ec59e5f90885e9152c82a77ac6 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Tidy up pretty-printing logic

github.com/dhall-lang/dhall-haskell - 6e927f62f15d7e3a797047e9024ada0d782ce571 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Updated documentation

github.com/dhall-lang/dhall-haskell - 2b97dab9c12d62c8e650c1d579b70ffdfef8738e authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Only support GHC 7.10 or newer

Dhall depends on `Numeric.Natural` which was first added in `base-4.8`, which
ships with `ghc-7.10`

github.com/dhall-lang/dhall-haskell - 878eccd65ee784354f8a303cffdc52415fc2722e authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add Travis configuration

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

github.com/dhall-lang/dhall-haskell - 54210d1f67738a9c1c37652c9d00faaad61767d0 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Extend `(∧)` to support recursive record merge

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

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

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

github.com/dhall-lang/dhall-haskell - 6b9a6590d54d698155761aa2bb384247ce7760f3 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add `Prelude/Bool/even` and `Prelude/Bool/odd`

github.com/dhall-lang/dhall-haskell - a58a4c7d8664e3f76e9406d6ea739011f5c8535d authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Remove `Prelude/Optional/length`

github.com/dhall-lang/dhall-haskell - 63f5439f9d5572d1fd45c0a3714eb5c02bb4ff89 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add `Prelude/Optional/toList`

github.com/dhall-lang/dhall-haskell - 5baeec71048496d495ffc7d79d0b96c38633582c authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add `Prelude/Optional/unzip`

github.com/dhall-lang/dhall-haskell - 0dfea277e3843eefbc066bc0fbdf4e42e36c66c3 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Rename `reversed` back to `reverse`

github.com/dhall-lang/dhall-haskell - 04d9f72c5629e293deb88182a1b7e4307dcf9c5c authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 3c6a40f0dd2c35b7a754cf668761c247d67a5626 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Remove `concatMap` functions

github.com/dhall-lang/dhall-haskell - 67d3ed239132a501ed2d8605071c54cf18955e74 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 524394cbcba4e4c176ac8470a34430c208ebf4f2 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add documentation and examples to `Prelude/`

github.com/dhall-lang/dhall-haskell - 1e9c17408cbdb0c600117ec56bcf235b4fbf8b35 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 3366446fe86f6d7ba0a2fa4bd3ed181a56fe657f authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - e234479f7bc4305bd5cf85db1ff3a55038f2bc8b authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update Prelude

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

github.com/dhall-lang/dhall-haskell - 61abff361c003b3a40b6a731ff09322a3c96fd97 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 090186503809c7f71f8df261a01ba4665a6e1d8a authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Rename `List/reverse` to `List/reversed`

github.com/dhall-lang/dhall-haskell - 5538f11112acb8aaae43f3bc47c56d03b2e7acaf authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 73f18cca1b8ac1535427f8ea40d2259e1adcb8ad authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix parsing comments at beginning of imported files

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

github.com/dhall-lang/dhall-haskell - b98a7246d040e3287c9a47354af341ef0f71b966 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix parsing of `++` and `Double` literals prefixed by `+`

github.com/dhall-lang/dhall-haskell - bb7aa1fb9c93558e4e60dd553e56e3d501c627c7 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix parsing of negative `Double`s

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

github.com/dhall-lang/dhall-haskell - 3eee16b743a549535b286784c1c5c4946a63f990 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix combining records

github.com/dhall-lang/dhall-haskell - 898bb4e2d34695872881a5cec953f0db85c9a9b7 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add Prelude

github.com/dhall-lang/dhall-haskell - 3990f44863fedf61fab4e2a7a0804977136dba27 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 78a747b852418b5d4b053a3ba7f0d61c7e43f45a authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve parsing error messages

github.com/dhall-lang/dhall-haskell - 8013d919fceb34e51e4368f842c0b5413a560f78 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 17659468682d16a2e734430fe3e67af6b27506d2 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

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

github.com/dhall-lang/dhall-haskell - d3f05b3c549257a0a3f5f46f8f1b94287825f1a4 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix operator precedence

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

github.com/dhall-lang/dhall-haskell - 13830a18b56eb05a6c7f69b2db7ec9064c119f13 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 88776fd570b510fe52ac0d6c28576fd5115d37a0 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

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

github.com/dhall-lang/dhall-haskell - 96fe0ededb28b6eb8bcbd175708d79438c96f62f authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Fix error in parsing paths

Before this change the following was a parse failure:

foo ./bar

... because the parser tri...

github.com/dhall-lang/dhall-haskell - 5a9f710cc117ad2c01a001c5bf91d434471f1419 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Update documentation

github.com/dhall-lang/dhall-haskell - 44fe3f7d6b6a370665c7c25f14ff90edb98b0210 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - abe999dede57982f3297bc0c7afcc1982d637117 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Remove dead code

github.com/dhall-lang/dhall-haskell - 599f89dd01cbd9300d52737ba2eca97ac933d86e authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - aecf19d62979b0f40527f4063201d45813dcbac8 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add `detailed`

github.com/dhall-lang/dhall-haskell - 38c0cd4866a01f62f4691f1f2d0fa182b82f7c51 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - eb489b3c5c817d13d1356c54b1f5b6798f469e00 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Add `Note` constructors for each operator

This improves the localization of source extracts for operator-related errors

github.com/dhall-lang/dhall-haskell - 02f7fa7e73c3d201eba3d8099c2b78e7cb98c1b1 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - 846b73d666479cf29534239e648780a9da87dab4 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - 6ed1b1f7e6216bfe01b4e379c01a7a9dd2157107 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - 39d01168c1dfa3b2898f94d22c206d5f12856e91 authored about 8 years ago by Gabriel Gonzalez <[email protected]>
Improve error messages

github.com/dhall-lang/dhall-haskell - 5bc38161761477b6a2bf0775e5daeb5999dfecc3 authored about 8 years ago by Gabriel Gonzalez <[email protected]>