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

Use the latest `prettyprinter` library (#287)

This fixes the root cause of e24b3d90faae8dc251d1389812e11c0675edee65 so
that we no longer need...

github.com/dhall-lang/dhall-haskell - be7a5771ea41f3a220916a76e0799f60f3297f35 authored almost 7 years ago
Enforce `-Werror` in CI (#286)

This adds the `-Werror` flag to CI so that warnings don't sneak into the
build (and also fixes ...

github.com/dhall-lang/dhall-haskell - 8e1acafac42e3dfcd4ce5a67aa25ef9790563597 authored almost 7 years ago
Simplify option extraction (#285)

This takes advantage of two features to simplify accessing options
fields:

* This uses `optp...

github.com/dhall-lang/dhall-haskell - 48ca8d18dfaeb89018371f5e63e8506e53be4219 authored almost 7 years ago
Add `dhall-to-cabal` project to Hydra CI (#93)

github.com/dhall-lang/dhall-lang - 8044b9260677b4f7592b2cd2f68c3dfaa1c707c8 authored almost 7 years ago
Generate statically linked executables (#282)

Eventually we will want to encourage users to download pre-built executables
from Hydra, but th...

github.com/dhall-lang/dhall-haskell - adf370370bcc887941ced47a20ef088e62580fb5 authored almost 7 years ago
Fix output rendering (#280)

This change fixes two issues with output rendering

The first was the following panic in the p...

github.com/dhall-lang/dhall-haskell - e24b3d90faae8dc251d1389812e11c0675edee65 authored almost 7 years ago
Add `remote-systems.conf` example (#283)

This is a medium-size example that I frequently use for testing
purposes, so why not add it to ...

github.com/dhall-lang/dhall-haskell - 7ed619e690947e76197f3f0a1e30bfa88a1c4eaf authored almost 7 years ago
Changes to syntax highlighting (#281)

The main thing this does is changing the color scheme as follows:

* Use dull green for all pu...

github.com/dhall-lang/dhall-haskell - 7bb7f90b5c051e814c1680ff034a1819a94db183 authored almost 7 years ago
Expand haddock coverage (#277)

github.com/dhall-lang/dhall-haskell - 4a02a219d2e82b5ce08808372513a58d2f8f4dab authored almost 7 years ago
Split out normalization code into separate files (#276)

This is part of an effort to create a language-independent compliance
test suite by splitting o...

github.com/dhall-lang/dhall-haskell - dc75b72553aa7cc43adbbbecbaf1fac3ee59f4f1 authored almost 7 years ago
Use `shouldParse` instead of `shouldPass` (#275)

`shouldParse` is preferable because it only parses the code and does not
attempt to type-check ...

github.com/dhall-lang/dhall-haskell - eae931f0e170439b91209b8e665d1d832b3f36e1 authored almost 7 years ago
Add support for type-valued fields and alternatives (#273)

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

github.com/dhall-lang/dhall-haskell - fe211e7531bd10168c30186abb580f130be925e4 authored almost 7 years ago
Fix pretty-printing of multi-line strings (#272)

Before this change the `dhall` executable would fail on the following input:

```bash
$ dhall...

github.com/dhall-lang/dhall-haskell - cb03de2a704c1dfa92acdf1c121a0698427feb3f authored almost 7 years ago
Remove system-filepath deps and some useless imports (#279)

github.com/dhall-lang/dhall-haskell - 65209a6a4939877554a79b10e78ccdd82a1afeb7 authored almost 7 years ago
Relax upper bound for ansi-terminal (#278)

github.com/dhall-lang/dhall-haskell - dc720c33b8910a9ccfaed90bb57140a6cf745223 authored almost 7 years ago
Allow record fields and union alternatives to be types (#91)

The motivation behind this change is to add support for "modules" to
Dhall, which are just larg...

github.com/dhall-lang/dhall-lang - a0822570a5726af19e88f32b2728496ac42ba7ca authored almost 7 years ago
Fix pretty-printing empty record literals (#269)

They were being printed as `{=]`

github.com/dhall-lang/dhall-haskell - 05677806813ad7893851af2f7fcebe1c89e5db5c authored almost 7 years ago
Fix layout when not using `--pretty` (#271)

The `layoutSmart` option appears to not behave correctly when specifying an
`Unbounded` number ...

github.com/dhall-lang/dhall-haskell - 4733ef8710a513f18c1e66c7623792b6af98755e authored almost 7 years ago
Remove the use of a custom context (#28)

dhall-to-cabal previously used a custom context that contained the `v` function, the `VersionRan...

github.com/dhall-lang/dhall-to-cabal - 9ff68a1a557424ba29a358e065fe07c87a6f2d53 authored almost 7 years ago
Restore missing line in `dhall` output (#270)

The `dhall` executable was missing the empty line separating the type
from the normalized form ...

github.com/dhall-lang/dhall-haskell - 20c4e5f46003570f14bc948664b70328760fe5ca authored almost 7 years ago
Add dhalli, an interactive REPL for Dhall (#266)

This commit introduces dhalli, a fairly minimal Dhall REPL that supports:

* Evalution of Dhal...

github.com/dhall-lang/dhall-haskell - 7f29209ffd423bdce1bf03ea87003db8637c544a authored almost 7 years ago
Have dhall use syntax highlighting if ANSI is supported (#267)

github.com/dhall-lang/dhall-haskell - d329f1017bf9b0b94d84afa293191c17b89febad authored almost 7 years ago
Add dhall/defaults/Benchmark.dhall

It doesn't actually type check as a Benchmark, as it still requires main-is.

Fixes #24

github.com/dhall-lang/dhall-to-cabal - 360678c4cacc5a38f3447d505d054af43d00d12b authored almost 7 years ago
Allow reading input from STDIN

Fixes #25

github.com/dhall-lang/dhall-to-cabal - 41adaf26ceda3603c3da52bb271197dd8f688459 authored almost 7 years ago
Add --explain

Fixes #26

github.com/dhall-lang/dhall-to-cabal - 5517ca6b5b72662d98e28a71427c83734fd01252 authored almost 7 years ago
Use majorVersions

github.com/dhall-lang/dhall-to-cabal - d85626695f07214763a2597f0ec62dc28988ae3c authored almost 7 years ago
Add semantic annotations to the pretty printer (#260)

github.com/dhall-lang/dhall-haskell - a6891fab9c44482d81bbeba23aa89864899d9b6f authored almost 7 years ago
Reject custom contexts that are ill-formed (#259)

Fixes #253

This protects `typeWith` to reject any custom-context that might trigger a
type-c...

github.com/dhall-lang/dhall-haskell - fbac0345b6b54a04751a926099f1a065e837e46f authored almost 7 years ago
Move pretty printing out into Dhall.Pretty (#263)

This commit splits out the pretty printing logic from Dhall.Core into its own
module. Dhall.Cor...

github.com/dhall-lang/dhall-haskell - 49e2e2cef26275a15e12547cc4c7f022bf749cf9 authored almost 7 years ago
Fix small haddock discrepancy (#262)

github.com/dhall-lang/dhall-haskell - be332dabb27ef7ea7f0c9018b3ba709deed3a1c3 authored almost 7 years ago
Replace .gitigore with one from github/gitignore (#264)

github.com/dhall-lang/dhall-haskell - 2254af1379781df2534bc1e33a8e21adf6818856 authored almost 7 years ago
Add dependency.majorVersions to stdlib

This takes a package name and a list of major versions, and returns a Dependency
for that packag...

github.com/dhall-lang/dhall-to-cabal - 75499532c6a2241d24e4ab5f8c8b580ddd0ee2be authored almost 7 years ago
Add MIT "LICENSE" file

github.com/dhall-lang/dhall-to-cabal - 910d41bfc142dea1e457160a0e0f7423735a4baf authored almost 7 years ago
exe: Add a program description

github.com/dhall-lang/dhall-to-cabal - 9636a77fd394b0f54682733cbe32a9d20e7d1813 authored almost 7 years ago
exe: Improve the help of dhall-to-cabal command line arguments

github.com/dhall-lang/dhall-to-cabal - bc1cfe789bb6f4ceaebcfeecf12eead62b9340cf authored almost 7 years ago
exe: Add --builtins

github.com/dhall-lang/dhall-to-cabal - 935ce37171e3721a0d84ee52dfe713391be5b725 authored almost 7 years ago
Add --print-type Guard

github.com/dhall-lang/dhall-to-cabal - 97e86b5a15ffd9a71c7eaebaa7e16bc9e8acc534 authored almost 7 years ago
Replace --print-package-type with --print-type Package

github.com/dhall-lang/dhall-to-cabal - 3882fdf0780d38f8743f1d586449ce4e2ed44ec5 authored almost 7 years ago
Add type to TestSuite

github.com/dhall-lang/dhall-to-cabal - 896ae05f13d09cd293b0c684305802c1ec65d2a4 authored almost 7 years ago
Drop --print-type CompilerFlavor, change --print-type Compiler

--print-type Compiler now just prints the compiler union type. The previous type
isn't really ne...

github.com/dhall-lang/dhall-to-cabal - 2267537ab5e24d9ed262d6d44ac09728acfd5c8b authored almost 7 years ago
NixOps specification for Dhall infrastructure (#89)

This documents how to deploy the Hydra server and also how to set up an
IPFS mirror for the Pre...

github.com/dhall-lang/dhall-lang - 9cbfbfedbf7d93894d2d7c9ab0c648b35cd1dcc0 authored almost 7 years ago
Update to use InsOrdHashMap

github.com/dhall-lang/dhall-to-cabal - 733391e91a5ed069e5a49c9fd6d79a15620f5c0f authored almost 7 years ago
Add --print-package-type

Unfortunately it's ambiguous to have --print-type maybe take an argument. The
solution is to use...

github.com/dhall-lang/dhall-to-cabal - c74e75f48db6c5d65f4b68407855e41adc9d597f authored almost 7 years ago
Significantly overhaul --print-type

--print-type now performs some basic common sub-expression lifting before
pretty printing the ty...

github.com/dhall-lang/dhall-to-cabal - 916dd4045d400f2ac421c6136c752028d247aa63 authored almost 7 years ago
Add --print-type to exe:dhall-to-cabal

See #22

github.com/dhall-lang/dhall-to-cabal - 539b0d28e623e346248598962c9e8dbf207fe541 authored almost 7 years ago
Export genericPackageDescription and dhallToCabalContext

Related to #22

github.com/dhall-lang/dhall-to-cabal - ce2a5b2bf1f6dfd1a537467f547862ef73cb5045 authored almost 7 years ago
Fix `release.nix` to build against nixpkgs 17.09

Related to https://github.com/dhall-lang/dhall-lang/issues/87

github.com/dhall-lang/dhall-text - 3974f42953898f114a858c3145f02c4048ad54ab authored almost 7 years ago
Fix `release.nix` to build against nixpkgs 17.09

Related to https://github.com/dhall-lang/dhall-lang/issues/87

github.com/dhall-lang/dhall-bash - 6601ea0d0430e6cf9f5a4aa2cb2c6ca7a6edc240 authored almost 7 years ago
Fix `release.nix` to build against nixpkgs 17.09

Related to https://github.com/dhall-lang/dhall-lang/issues/87

github.com/dhall-lang/dhall-nix - 66fd1fecf1000a8f1636b3b730c5a90a8aba595a authored almost 7 years ago
Fix `release.nix` to build against nixpkgs 17.09

Related to https://github.com/dhall-lang/dhall-lang/issues/87

github.com/dhall-lang/dhall-haskell - 8e3a215a8b23a9cd5b865019a57df8d540ba6b74 authored almost 7 years ago
Fix `release.nix` to build against nixpkgs 17.09

Related to https://github.com/dhall-lang/dhall-lang/issues/87

github.com/dhall-lang/dhall-json - 8535924be12e438ca49951104a040489e041d0b4 authored almost 7 years ago
Add support for `Scientific` (#256)

Fixes https://github.com/dhall-lang/dhall-lang/issues/86

This change has two benefits:

* U...

github.com/dhall-lang/dhall-haskell - 0091b09183599198d8e77c056fb3887354b243d1 authored almost 7 years ago
Fix precedence of parsing variable names (#255)

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

Fixes #250

This al...

github.com/dhall-lang/dhall-haskell - c98cb90bd98e62df528a5dbda2bb3bde1bd75ac4 authored almost 7 years ago
Fix types of `True` and `False` (#85)

Fixes https://github.com/dhall-lang/dhall-lang/issues/84

github.com/dhall-lang/dhall-lang - 4647b9dcde31d8a92396a77eb36b8c65bdd57714 authored almost 7 years ago
Fix logic for escaping rendered identifiers (#252)

The existing logic for escaping identifiers was rather ad-hoc and was
incorrectly skipping over...

github.com/dhall-lang/dhall-haskell - bbefcc549d145fde9752b7e61b0e234eaedc8cfc authored almost 7 years ago
Add `constructors` to reserved keywords (#82)

This technically doesn't change the grammar since
parsing `constructors` takes precedence over ...

github.com/dhall-lang/dhall-lang - 409121694e738ac7b49f76e8b87ccd8ef4543b92 authored almost 7 years ago
Increase precedence of parsing variable names (#83)

The purpose of this change is to permit identifiers that begin with
reserved keywords. Here ar...

github.com/dhall-lang/dhall-lang - de3435799966f7d0dd17fe0f2eb7cb327d1982d1 authored almost 7 years ago
Seeing if Intersphinx works

github.com/dhall-lang/dhall-to-cabal - bae03807ff5ddabb74df25fede74a869c06e9825 authored almost 7 years ago
Add dhall/types/Package.dhall

github.com/dhall-lang/dhall-to-cabal - bc8337b1c2c7363b5cfedbfee2aefd5b1e7e4181 authored almost 7 years ago
Reorganise dhall-to-cabal.dhall

Push all imports to the top of the file, don't import within the final body.

github.com/dhall-lang/dhall-to-cabal - 3bb7eb7b805eb427bfae609c35df37574a3f7147 authored almost 7 years ago
Factor out all dependencies in dhall-to-cabal.dhall

github.com/dhall-lang/dhall-to-cabal - d0ac49f4f5dd6f45b3d149057853cdcd7649744c authored almost 7 years ago
Use v in more places

github.com/dhall-lang/dhall-to-cabal - a3b3e9d7801b5b3f5c2248e8d26ab0b3d0b33273 authored almost 7 years ago
Add 'v : Text -> Version'

github.com/dhall-lang/dhall-to-cabal - 86d638d7a65f5a129c2db73cf8cb8f153156ceda authored almost 7 years ago
Add unconditional.dhall

See #3. This makes it much easier to add components to libraries that don't need
any customisation.

github.com/dhall-lang/dhall-to-cabal - d641bdaf5852a21c17c26386fb797cfe74702133 authored almost 7 years ago
GitHub-project can provide a default name based on the name of the repo

See #3

github.com/dhall-lang/dhall-to-cabal - d15386291dd2d26377e289a62a3480f3326ea885 authored almost 7 years ago
Add RepoKind.dhall

github.com/dhall-lang/dhall-to-cabal - 2406c364cf9a8653b2e42a51dc4ea89056f2f97b authored almost 7 years ago
Generically derive extensions and allow turning them off

github.com/dhall-lang/dhall-to-cabal - e5c8631013f3bd06f800cba2392deff070a3662e authored almost 7 years ago
Use genericAuto to derive languages

github.com/dhall-lang/dhall-to-cabal - 4e54867f5433053e05a1825ab232f56916151338 authored almost 7 years ago
Use genericAuto to derive compilers

github.com/dhall-lang/dhall-to-cabal - 98290daab238c668c7d7188d6d3333a27e8b33ed authored almost 7 years ago
Support different repo kinds

github.com/dhall-lang/dhall-to-cabal - ec9e42fe8c0125421b92c59114453a699c7e96cf authored almost 7 years ago
Add signatures to libraries and test str-sig.cabal

github.com/dhall-lang/dhall-to-cabal - 4dc40101ef110b8c528086ca7602b8321f7aafdc authored almost 7 years ago
Add support for Backpack

Fixes #20

github.com/dhall-lang/dhall-to-cabal - 2836d2eeb152bf5296d536bb8af3010d8248cd79 authored almost 7 years ago
Remove `system-filepath`/`system-fileio` dependencies (#248)

github.com/dhall-lang/dhall-haskell - ff555ed7f0159f97a5ed4cb71d73826b0b896c7b authored almost 7 years ago
Try travis_wait

As suggested in #14

github.com/dhall-lang/dhall-to-cabal - 18f4bd5d80f4ba45bac4de0eb864d0cb7f5e0122 authored almost 7 years ago
Much more consistent naming scheme

Fixes #18

github.com/dhall-lang/dhall-to-cabal - dd8dcaba893f9b113bf442300d60dbb23e77af66 authored almost 7 years ago
Correct field names to match Cabal and complete source-repos

Fixes #13 and #11

github.com/dhall-lang/dhall-to-cabal - 4c22446bb3b3a1efa11a41d7624691e186406bc6 authored almost 7 years ago
Remove top level package field and inline name/version

Closer to a normal Cabal file. See #13.

github.com/dhall-lang/dhall-to-cabal - 9022e3f54799593805b905d9511ee84d668afe9a authored almost 7 years ago
Add Travis CI support

github.com/dhall-lang/dhall-to-cabal - 883e25c1035feb289bd7bae05ce28f90437e6a4c authored almost 7 years ago
Add support for custom-setup

Fixes #17, but doesn't actually work without Cabal HEAD.

github.com/dhall-lang/dhall-to-cabal - 28a629e64b242a996c1cf9319279cc58d728657a authored almost 7 years ago
Added dhall.dhall golden test

github.com/dhall-lang/dhall-to-cabal - b03d0599ba4fa30d69664285ef6191d2b06de727 authored almost 7 years ago
Fix dhall-to-cabal golden test

github.com/dhall-lang/dhall-to-cabal - acaa0ffd31a8666235ee74a7d7dc31ff1359a814 authored almost 7 years ago
Fix dhall-to-cabal.dhall

github.com/dhall-lang/dhall-to-cabal - 0622770b62b89466b080107a6e091125a424ed2a authored almost 7 years ago
Fix gitHubProject to use RepoType

github.com/dhall-lang/dhall-to-cabal - 05370f207d077178b7977cac4f2cefe02549291c authored almost 7 years ago
Fix empty-package.dhall

github.com/dhall-lang/dhall-to-cabal - 378ea3cf2a2045a85d27fae458dbcd6a417159fc authored almost 7 years ago
Add conditions.dhall test

github.com/dhall-lang/dhall-to-cabal - 573a667f89336a936c7c17d4bf0d40457f6b32dd authored almost 7 years ago
Fix tests and add lens.dhall test

github.com/dhall-lang/dhall-to-cabal - 15b4f06b0f89dde100eb5d8346c7c66ce1e23726 authored almost 7 years ago
Commit dhall/types/Arch

github.com/dhall-lang/dhall-to-cabal - 348df3084ac32ae3c825aaa7d0139861740c3866 authored almost 7 years ago
Use genericAuto for BuildType

github.com/dhall-lang/dhall-to-cabal - 7ff56692d540013c5623e27179534fff5113aafb authored almost 7 years ago
Use genericAuto for RepoType

github.com/dhall-lang/dhall-to-cabal - c446e275ad637a2b7cd8eb421c59a0d88b5e0e0e authored almost 7 years ago
Add support for flags

Fixes #16

github.com/dhall-lang/dhall-to-cabal - 0e180a50482a9e7cf9905bc3988404b53f85acd9 authored almost 7 years ago
Simplify compiler-options

github.com/dhall-lang/dhall-to-cabal - 6eb94e948ed10fa8a443b57f165be464b5e2aee6 authored almost 7 years ago
Add Interpret String (#247)

github.com/dhall-lang/dhall-haskell - 0e7d620fa8cf334fc3d28263c96d656e3a95575d authored almost 7 years ago
`dhall-format` now preserves the order of fields (#246)

Related to #244

This updates Dhall's syntax tree to use an insert-ordered hashmap to store
r...

github.com/dhall-lang/dhall-haskell - 067ff6d93950f7a440d01c7260ade502411d3733 authored almost 7 years ago
Fix for single valued types

github.com/dhall-lang/dhall-kubernetes - 628364240506c8ba016ced5c5c4d21a788ed88a9 authored almost 7 years ago
Add always required fields

github.com/dhall-lang/dhall-kubernetes - 5779dc3f360f170e0c46bbb896dab4a70c33305a authored almost 7 years ago
Update to latest API version

github.com/dhall-lang/dhall-kubernetes - 0a86aa15c269d6528a0d3c00587f12e327796b40 authored almost 7 years ago