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

Build against `dhall-1.16.1` (#14)

github.com/dhall-lang/dhall-text - 3d60b133bfa20482d1c7f6328552aa70911ba02c authored over 6 years ago
Build against `dhall-1.16.1` (#46)

github.com/dhall-lang/dhall-json - be6ad6b8544162e88fff4f5473bdd46d356561ec authored over 6 years ago
Build against `dhall-1.16.1` (#7)

github.com/dhall-lang/dhall-bash - 7f3f042567e742f8d295a9108fd813f21cab94a1 authored over 6 years ago
Version 1.16.0 → 1.16.1 (#521)

github.com/dhall-lang/dhall-haskell - 8b61990d6e627725f74a7805d01968143cfe28ab authored over 6 years ago
Build tarball containing statically linked executable (#45)

github.com/dhall-lang/dhall-json - 9e8152f7d9528a459c43a282a030968f94d22a25 authored over 6 years ago
Version 1.15.1 → 1.16.0 (#511)

github.com/dhall-lang/dhall-haskell - 728ffcc5d75c9f8307077553da7d243e9b8ee332 authored over 6 years ago
Build a completely static Dhall executable in CI (#517)

This adds a new `dhall-static` target that builds a fully static `dhall`
executable that can be...

github.com/dhall-lang/dhall-haskell - 1adafa05024e3ef547e6c31410f8abfe0082a156 authored over 6 years ago
Consolidate input functions (#512)

This changes the functions to now take an `InputSettings` record so that:

* We can avoid prol...

github.com/dhall-lang/dhall-haskell - 99db7f715b1515fd9033e2e82985aa9f606be398 authored over 6 years ago
Refactor Dhall.Extra to use utils for build records of dhall >= 1.13 (#110)

github.com/dhall-lang/dhall-to-cabal - cd9ed2a5bf9df812fb8e1c790a306c8bd80a0644 authored over 6 years ago
Add docs about Versioning and Release process (#195)

We add:
- a `VERSIONING.md` file, that documents what we consider a release,
how and when a...

github.com/dhall-lang/dhall-lang - 3a9c9850ca0d4d7b46e207bfe0316b3682e39fce authored over 6 years ago
Update stack configuration (#44)

* use recent lts-12 for ghc 8.4.3

* ignore the usual build dirs

* remove lts-11 stack file

github.com/dhall-lang/dhall-json - c6f88d2d16c2c7854670ca9e435aad04f148d04d authored over 6 years ago
Merge pull request #29 from dhall-lang/add-nix-shell

Add 'shell.nix' for local development

github.com/dhall-lang/dhall-kubernetes - 9fbf8be092f0d72281b5e3f9441790e1e779c8b4 authored over 6 years ago
Add 'shell.nix' for local development

As part of this I created a new files `./nixpkgs` that obtains a
specific version of the nixpkgs...

github.com/dhall-lang/dhall-kubernetes - dbbd53ba50eeaa92d690061cfcf537ce431fd747 authored over 6 years ago
Implement --print-default and generate dhall/defaults/*.dhall (#105)

`cabal-to-dhall` has recently learned the default values of
fields. Now `dhall-to-cabal` is abl...

github.com/dhall-lang/dhall-to-cabal - 67d5a69c66068e68bb7b2ccf5f2275724c45dc9c authored over 6 years ago
Changes to allow stack build the project (#106)

github.com/dhall-lang/dhall-to-cabal - ab52b8ec4a717d00ffd2a11e61ec1cc94c3959d5 authored over 6 years ago
Allow setting the root directory to not be CWD (#508)

* Add various functions explicitly taking a root directory.

Now the importing code is not tie...

github.com/dhall-lang/dhall-haskell - 8c15d8f05545b4850bb8b3ac837a51fdf2661b88 authored over 6 years ago
Set locale to UTF-8 (#506)

Fixes #504

This ensures that all handles use the UTF-8 locale by default so that we don't
ha...

github.com/dhall-lang/dhall-haskell - 73c055953ba94f3e9ad249fa06258d1679a688fe authored over 6 years ago
Add configuration for Hydra builds

github.com/dhall-lang/dhall-kubernetes - ee1dbaefba3b98a7fbae9a13c4b5484f484575e7 authored over 6 years ago
Add locales to release.nix to build on plain NixOS

* We add the `glibcLocales` dependency to the somke test. This makes the
`en_US.UTF-8` locale ...

github.com/dhall-lang/dhall-kubernetes - 6e56cd699c4ae808cf3ce006bedee13ffd5f0fc9 authored over 6 years ago
Configure Hydra to support the "builtin" system (#193)

Some newer Nix derivations set the `system` to "builtin", which requires
this change to Hydra t...

github.com/dhall-lang/dhall-lang - cd6b85b7ad730b84ea193403e42d87c52622ee4e authored over 6 years ago
Add '$' as an allowed character in quoted labels (#510)

Implements dhall-lang/dhall-lang#184

github.com/dhall-lang/dhall-haskell - 256365419b2cd50dee8d18eb82503d4b1a7fac8d authored over 6 years ago
Improve convert code and fix alias issues (#25)

We improve the convert code by rewriting the `get_typ`. It is now more
general and properly rec...

github.com/dhall-lang/dhall-kubernetes - 1dafd97c09c528406edac00b1200be79546d12d1 authored over 6 years ago
Merge pull request #24 from dhall-lang/fix-kubernetes-version

Fix Kubernetes version for which to get swagger

github.com/dhall-lang/dhall-kubernetes - d7e9d809fc482b4f78f3138bd457f004f3308929 authored over 6 years ago
Fix Kubernetes version for which to get swagger

For now I think it is sufficient to hardcode this. We can come up with a
better schema later.

github.com/dhall-lang/dhall-kubernetes - 59ec184c81b80d54a3594cfb15c19ca111264b89 authored over 6 years ago
Add 'Getting started' section to the README (#188)

github.com/dhall-lang/dhall-lang - 5dc14b3b5148eb32b4b33a32f61948032e68182c authored over 6 years ago
Add `$` as an allowed character in quoted labels (#184)

github.com/dhall-lang/dhall-lang - be1702ff96c1350e25c65f50ab377bf7e303b8ac authored over 6 years ago
Move pretty layout options to Dhall.Pretty (#492)

github.com/dhall-lang/dhall-haskell - dbe540b9ef7f574c8fcf97030d5444de913cd3b5 authored over 6 years ago
Build against `yaml-0.9.0` (#43)

github.com/dhall-lang/dhall-json - 1c3fa3794a7f3b9b4e8dacf404ad220c61eb732f authored over 6 years ago
Refactor Nix code (#42)

This uses the `readDirectory` utility for ease of testing updates to
dependencies

github.com/dhall-lang/dhall-json - f44665366b95dbc3ecd33d8c927867c078438952 authored over 6 years ago
Use fixed revisions in README example (#13)

github.com/dhall-lang/dhall-text - 7b0eb387636706c784107126b555013ec59795f6 authored over 6 years ago
Fix example from readme (#12)

* Change IPFS links to new Prelude location on GitHub

* Change types from Integer to Natural ...

github.com/dhall-lang/dhall-text - 61e2395e8277e751bb4c6072108023ca391a49d2 authored over 6 years ago
Fix $ in record labels: start emitting quoted ones (#22)

github.com/dhall-lang/dhall-kubernetes - bc09fbe1b48d2ec902e0fd7a3883ae51a59e6222 authored over 6 years ago
Fix two typos in README.md (#109)

trasforming -> transforming
lanugage -> language

github.com/dhall-lang/dhall-to-cabal - 7ac3a02d70ec8896837128093bb3c5307d65d694 authored over 6 years ago
Merge pull request #20 from dhall-lang/dhall-1.14

Update to Dhall >= 1.14

github.com/dhall-lang/dhall-kubernetes - 8b26ad6a4766d435668e08e8e9db51301f6b9076 authored over 6 years ago
Update the README with a notice about the required dhall version

github.com/dhall-lang/dhall-kubernetes - f8b2122a10ee4153d27a709e7652d9ee77c9beaf authored over 6 years ago
Update to Dhall 1.14

Switch Integer to Natural

github.com/dhall-lang/dhall-kubernetes - 6acb5b3e18fdbe02c44d991a949d8452550b49ed authored over 6 years ago
Merge pull request #16 from geigerzaehler/add-file-check

Add script that checks generated source files

github.com/dhall-lang/dhall-kubernetes - b2357dcfa42a008efa203a850163d26f0d106e01 authored over 6 years ago
Add CI for `dhall-kubernetes` (#185)

github.com/dhall-lang/dhall-lang - 1d2912067658fdbbc17696fc86f057d6f91712b9 authored over 6 years ago
Merge pull request #14 from geigerzaehler/static-resource-values

Default `kind` and `apiVersion` values

github.com/dhall-lang/dhall-kubernetes - d0f6ed0e8380713715681d286be2854b8e6361e1 authored over 6 years ago
fixup! Default `kind` and `apiVersion` values

github.com/dhall-lang/dhall-kubernetes - 491463a867ceef7052c739a42e34b9f4659c8ecd authored over 6 years ago
Add script that checks generated source files

github.com/dhall-lang/dhall-kubernetes - 09ed3bb6a10cef926a267d4ca88fee379c3f2fe9 authored over 6 years ago
Default `kind` and `apiVersion` values

The `kind` and `apiVersion` properties of a Kubernetes resource are
already implicitly determine...

github.com/dhall-lang/dhall-kubernetes - 1feeeac87a05be391d6cf8d03b589a41e89b03a0 authored over 6 years ago
Regenerate code from OpenAPI spec

github.com/dhall-lang/dhall-kubernetes - 6f4b1b32fd3d03004a5e7e47b6b321be51997be2 authored over 6 years ago
Add Function/compose (#4)

github.com/dhall-lang/Prelude - 302881a17491f3c72238975a6c3e7aab603b9a96 authored over 6 years ago
Support latest base, containers and contravariant major versions (#108)

github.com/dhall-lang/dhall-to-cabal - 4ccf7db92ae2c5a79bcc1785f4c21847fae6f0e4 authored over 6 years ago
Release 1.2.0.0 (#107)

github.com/dhall-lang/dhall-to-cabal - 8d8e102ce8d704f9e5c72dda416890235a0227c3 authored over 6 years ago
Version 1.5.0 → 1.5.1 (#500)

github.com/dhall-lang/dhall-haskell - abfbfdcac9bc69204f47ba847f10c858c05f243a authored over 6 years ago
Use `readDirectory` to simplify bumping dependencies (#501)

This comes in handy when testing Stackage-related bumps to upper bounds

github.com/dhall-lang/dhall-haskell - f17697b242373064e21a4e0cba2427fbe872fea8 authored over 6 years ago
Bump upper bounds for `criterion` and `contravariant` (#502)

github.com/dhall-lang/dhall-haskell - ee308a6a3a3272198373c525e61c25d62908beec authored over 6 years ago
Use temporary directory for tutorial example files (#503)

... as suggested by @sol

github.com/dhall-lang/dhall-haskell - 13466637760926c708c21c3701ea837458eca52a authored over 6 years ago
cabal-to-dhall: defaults for SourceRepo (#104)

github.com/dhall-lang/dhall-to-cabal - 41f057de195da63c428576a2c11bbb0080bd3788 authored over 6 years ago
Export Scope's constructors through the prelude. (#103)

github.com/dhall-lang/dhall-to-cabal - e4c3a3b67818170e861f6f7350dbefcf6579b38e authored over 6 years ago
Use `doctest` to test `Dhall.Tutorial` module (#496)

Fixes #493

github.com/dhall-lang/dhall-haskell - ec807be8c6250e019f18e5c16e306ca512bacf9c authored over 6 years ago
Have the two default sources agree on the default cabal-version (#101)

This should have been 2.2 but I must have mis-accepted the tests
during all the rebasing. Oops.

github.com/dhall-lang/dhall-to-cabal - 1961fad345f8c5494359f12581c2b7221c16331a authored over 6 years ago
Change the default build-type to omission and cabal-version to 2.2 (#98)

In Cabal 2.2, build-type inference works for 99% of cases and it is
pretty nice. However, if we...

github.com/dhall-lang/dhall-to-cabal - 0546260b541c8143c205f80f8e9bb9c3c1c91933 authored over 6 years ago
dhall-haskell 1.15 compatibility (#77)

github.com/dhall-lang/dhall-to-cabal - 16e56bb8311ae0ff096e07883fb08035e3ed2fea authored over 6 years ago
cabal-to-dhall: use defaults in output. (#83)

This implements using defaults to omit boring fields for Package,
Executable, Library, Benchmar...

github.com/dhall-lang/dhall-to-cabal - 09546d1f055b0a27d4b028c334415a7ae996bc59 authored over 6 years ago
Map between SPDX.NONE and AllRightsReserved depending on cabal-version (#99)

Cabal always reports a `.cabal` file missing the `license` field as
having a license of SPDX.NO...

github.com/dhall-lang/dhall-to-cabal - ec5ddc9a958ad60f87918fc079a48a11d0f233f6 authored over 6 years ago
Build against `doctest-0.16` (#490)

github.com/dhall-lang/dhall-haskell - 4d47e0c9c74dd55eff2304554f58805b2bc6d1e3 authored over 6 years ago
Fix infinite loop when formatting `ImportAlt` (#491)

github.com/dhall-lang/dhall-haskell - ea78264878ce5ab3c04e00687782cb0704806c2a authored over 6 years ago
Version 1.1.4 → 1.1.5 (#6)

github.com/dhall-lang/dhall-haskell - 0ae0367927f2fa498405c4f0f3c72f2adcb27a44 authored over 6 years ago
Version 1.1.4 → 1.1.5 (#6)

github.com/dhall-lang/dhall-nix - a4202ee90b46efbba1faf20701ea57cb427e3feb authored over 6 years ago
Build against `dhall-1.5.0` (#5)

github.com/dhall-lang/dhall-nix - 4c7e66bb6a39eaf9c2b888cb51a30965a88d7c75 authored over 6 years ago
Build against `dhall-1.5.0` (#5)

github.com/dhall-lang/dhall-haskell - f67b8cc1714d840c0c4170cb81ce28c9cdbe8189 authored over 6 years ago
Version 1.0.10 → 1.0.11 (#10)

github.com/dhall-lang/dhall-text - d62a668593f9ca4d280cdf0f2f276b1ce3f6761f authored over 6 years ago
Version 1.0.13 → 1.0.14 (#6)

github.com/dhall-lang/dhall-bash - b85bd11c50e677680b1456ea101ed8108425b3a7 authored over 6 years ago
Version 1.2.0 → 1.2.1 (#40)

github.com/dhall-lang/dhall-json - 884016105cd3cb5d49cfae8ce2a204055ffde6c4 authored over 6 years ago
Build against `dhall-1.15.0` (#5)

github.com/dhall-lang/dhall-bash - d835333ee84edcbf4fb008e000f9cda3e00ee8f2 authored over 6 years ago
Build against `dhall-1.15.0` (#9)

github.com/dhall-lang/dhall-text - c6e1fbd1a206080835247013464ec2dac7e56cca authored over 6 years ago
Build against `dhall-1.15.0` (#39)

github.com/dhall-lang/dhall-json - 23fbb93df33e372d77a1eef00efe6233fe42e415 authored over 6 years ago
Version 1.14.0 → 1.15.0 (#483)

github.com/dhall-lang/dhall-haskell - 8a8a5c48f4fa839293a883aa774df39d2268f997 authored over 6 years ago
Have `prelude.dhall-lang.org` track `master` (#181)

Once nice feature of switching from IPFS to GitHub is that we can have
`prelude.dhall-lang.org`...

github.com/dhall-lang/dhall-lang - db36699432f39f77999e17c9d9adec438a39954d authored over 6 years ago
Alternative Imports (#473)

This implements dhall-lang/dhall-lang#172, by adding
"alternative imports", as detailed in dhal...

github.com/dhall-lang/dhall-haskell - 5416269d5f99e8986294d0a7d7a124726cfb450e authored over 6 years ago
Redirect `prelude.dhall-lang.org` to GitHub project (#180)

Fixes #178

This ensures that people can browse the Prelude when visiting
`prelude.dhall-lang...

github.com/dhall-lang/dhall-lang - aa2a05a4c009ffe3e76e2b382d8291be92a855b7 authored over 6 years ago
Don't mark failing tests green (#179)

Fixes https://github.com/dhall-lang/dhall-haskell/issues/487

This changes the Hydra configura...

github.com/dhall-lang/dhall-lang - 06c5b18a4c8438b00d38f8d3cf01b5d8a57c86e5 authored over 6 years ago
Relocate `Record` utilities underneath `JSON` subdirectory (#7)

... as discussed in #6

github.com/dhall-lang/Prelude - 47d2a12c50a324842c3a584c6b79449a3d263fc3 authored over 6 years ago
Add freeze command (#486)

Implement the freeze command (#437)

Takes input from stdin or file and updates all imports wi...

github.com/dhall-lang/dhall-haskell - dba035e2200668a12e7fe3c0fa3a60e595d2725e authored over 6 years ago
Fix missing space in import suffix formatting (#485)

github.com/dhall-lang/dhall-haskell - da8b540883ad32c8ec304331c2d2ce3d92dbfb6f authored over 6 years ago
Add utilities for working with `dhall-json` (#6)

https://github.com/dhall-lang/dhall-json/issues/32 added `dhall-json`
support for preserving th...

github.com/dhall-lang/Prelude - b7d63805cb65a676e64043e41bc052c7f95ddae2 authored over 6 years ago
Add new `dhall lint` sub-command (#484)

Fixes #481

Currently this just removes unused `let` bindings

github.com/dhall-lang/dhall-haskell - 9e40fff266680fb4c79fbc2b004d5004ede9c082 authored over 6 years ago
Implement 'with-http' cabal flag for disabling HTTP support (#482)

github.com/dhall-lang/dhall-haskell - 357ba877120d0a3a0dbd75d860d6b02781712f4b authored over 6 years ago
Add support for preserving sum type tags (#38)

Fixes #32

Previously `dhall-to-json` would discard tags when converting to JSON and this
add...

github.com/dhall-lang/dhall-json - 0f4bd77ce04e28fcb1b32094759ffdce7259eaf7 authored over 6 years ago
Show `Optional` and `List` in diffs (#478)

Part of #424

This special-cases the logic for displaying type mismatches to display
`Optiona...

github.com/dhall-lang/dhall-haskell - ae13c1d0ec4decd76fd085310e7ce19f3209d1f7 authored over 6 years ago
Use GitHub instead of IPFS for Prelude (#479)

Part of https://github.com/dhall-lang/dhall-lang/issues/162

github.com/dhall-lang/dhall-haskell - e1955698b24354f80d2f670b62bd694ab3a2c8aa authored over 6 years ago
Fix benchmark test file path (#480)

This path was wrong and causes cabal to give out a warning every time one builds

github.com/dhall-lang/dhall-haskell - 5f58ffd29075203623c5684c6b560d4ea1b6405d authored over 6 years ago
Use GitHub to serve Dhall Prelude (#177)

This updates the `README` and updates `prelude.dhall-lang.org` to point
to the Prelude on GitHu...

github.com/dhall-lang/dhall-lang - 43542422abaa257e2bee21f3f0c2e197559c9469 authored over 6 years ago
fix sha256 missing space in pretty print output (#477)

and remove trailing space

github.com/dhall-lang/dhall-haskell - 18e4e9a18dc53271146df3ccf5b4177c3552236b authored over 6 years ago
Add utilities to generate homogeneous records (#5)

- Add polymorphic `keyValue` to have rows with arbitrary value type
- Add a monomorphic variant...

github.com/dhall-lang/Prelude - 35deff0d41f2bf86c42089c6ca16665537f54d75 authored over 6 years ago
Remove duplicate extra-source-file (#96)

github.com/dhall-lang/dhall-to-cabal - 6ad6bce4f5c049d37d2cea57555a3b4f551086a5 authored over 6 years ago
Improve error message for a path missing leading `./` (#472)

Fixes #445

github.com/dhall-lang/dhall-haskell - 51add692624ea9917c6c9434e95ad87906111cd6 authored over 6 years ago
Preserve parentheses when formatting field access of an import (#471)

Fixes #453

This updates the pretty-printing logic to match the precedence of the grammar.

...

github.com/dhall-lang/dhall-haskell - cf9b08a9e331c626208d50f28b535970b20ddd47 authored over 6 years ago
Update diff logic to match parser (#470)

This updates the logic in `Dhall.Diff` to accurately match parsing precedence
(in order to avoi...

github.com/dhall-lang/dhall-haskell - 22b7447536473141a8c670db7cff4b2e05d1d4bf authored over 6 years ago
Move things that aren't types out of dhall/types (#94)

* Move things that aren't types out of dhall/types

Mostly, these are the functions operating ...

github.com/dhall-lang/dhall-to-cabal - 78c67023a4730200cf84a6178eac1c8615a24bb0 authored over 6 years ago
Build against `aeson-1.4.*` (#35)

github.com/dhall-lang/dhall-json - ba6bb96beae94946f50589a5345ec80220fb62b0 authored over 6 years ago
Allow collections with unparenthesized import type annotations (#463)

Fixes #462

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

github.com/dhall-lang/dhall-haskell - a2a166818228848f9ceb0e9ebe3ede320ca32968 authored over 6 years ago
Allow unparenthesized imports in a few places (#173)

This changes the grammar to replace a few occurrences of `selector-expression`
with `import-exp...

github.com/dhall-lang/dhall-lang - 08e419ddc86c8d7a2817528702bd0c09dc73d52a authored over 6 years ago
Add utility function mapSourceRepos (#93)

* add mapping over source repos of a project

* add SourceRepo type

* Add constructors for ...

github.com/dhall-lang/dhall-to-cabal - 18db76b961602859cd40907ded48957abf0fcd31 authored over 6 years ago
Fix stripping of leading whitespace from multi-line strings (#469)

Fixes #468

The code to strip leading whitespace was incorrectly computing the leading
whites...

github.com/dhall-lang/dhall-haskell - 41d02b17051c31eb91a31288556be5264d16186d authored over 6 years ago
Add support for optional parentheses around custom headers import (#444)

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

github.com/dhall-lang/dhall-haskell - 8c50cfc0dc14ff3ad970a14930cd296f4bc545d0 authored over 6 years ago
Parenthesize import argument to `using` (#171)

Fixes https://github.com/dhall-lang/dhall-haskell/issues/441

Before this change the following...

github.com/dhall-lang/dhall-lang - 6e173c165684f0058d24271481dd4b5b9cbfa90e authored over 6 years ago