Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dhall-lang/dhall-haskell

Maintainable configuration files
https://github.com/dhall-lang/dhall-haskell

Increase connection timeout for imports (#37)

649acf359bc17f6b5b4bca5818e38a0affaa9831 authored almost 8 years ago
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...

ec1bb99969705db2c787c2aabf1dd133a5daa131 authored almost 8 years ago
Version 1.0.1 => 1.0.2

497e1c263785dec77ab949d28251b49de4fa2d17 authored almost 8 years ago
Increase upper bound on `dhall`

6712c046eb47461a9bd310b2f9b0b6f0b4789256 authored almost 8 years ago
Fix `--help` output

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

1e4698e8873c49cf5ebf053983953cb799b14946 authored almost 8 years ago
Version 1.1.0 => 1.2.0

8e3d087ae39cdc1589d7c9b525a9efe6c514c116 authored almost 8 years ago
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 ...

ef4c8b08d5823d63f4d02f534c0082f885d437f6 authored almost 8 years ago
Support `~/...` syntax for importing files relative to $HOME

... as requested by @newhoggy in #23

dce4b20ba45fce979ece6898529358009ffe3884 authored almost 8 years ago
Fix `InterpretOptions` to work inside `Optional`/`List`. Fixes #33

Consider the following Haskell program:

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

e7e799f4daf85fb4a916af4eec6a142589b66892 authored almost 8 years ago
Fix `InterpretOptions` to affect nested records. Fixes #33

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

```haskell
{-# LANGU...

663047065142c2614d2892f2089a201bc91486e2 authored almost 8 years ago
Type annotations now bind more tightly than lambda abstraction (#30)

Now this code:

\(x : Natural) -> x : Natural

... will be treated as equivalent to this...

8df9061fca2544ec9790563a6f888ce5b299c91a authored almost 8 years ago
Fix incorrect example in `README.md`

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

10d429a8f0ed5d48b23a9074365d7738f2702134 authored almost 8 years ago
Support import via environment variables

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

11ceab1dfeb9ed9a25dab717b4fe24ffaf7d320e authored almost 8 years ago
Improve parsing errors. Fixes #25

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

2f40a462e67f68176a8a739aa9e2d418331c75bf authored almost 8 years ago
Permit trailing commas, bars. Fixes #27

You can now write expressions like these:

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

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

a5a84e64127c2a0f73fb21ea1f2ca5827aa753b9 authored almost 8 years ago
Improve localization of parsing errors

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

baa08c649872a058b75c71b89bc6e43c231e94b0 authored almost 8 years ago
Update `README.md`

2feea6aa70af55baeeea3a15623a407b69d33c9f authored almost 8 years ago
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...

505a786c6dd7dcc37e43f3cc96031d30028625be authored almost 8 years ago
Merge pull request #21 from PierreR/master

README: update tutorial pointer to latest version

4c3eadee1fbd8198e1e3ff99c2ce2451e49272df authored about 8 years ago
README: update tutorial pointer to latest version

0b90bb5ba8fbf14af21a04f56826bcaad401f626 authored about 8 years ago
Version 1.0.0 => 1.0.1

d1bf00db35a12ce778bd2b6645455fe41c7c8e49 authored about 8 years ago
Increase upper bound on `dhall`

38d14a3973c664c0fb09356d34698ce2d4a6920f authored about 8 years ago
Version 1.0.2 => 1.1.0

Also added `CHANGELOG.md`

3958a4b42ada31ead4c1fe9ffafdb1c4bbd46280 authored about 8 years ago
No list type annotation necessary in README

440e734e8024bc8872adb1bccbbd499396a14d97 authored about 8 years ago
Polish source code

cad5c8af20f7f03d6e7b064a4bd1ec5fb38cc29f authored about 8 years ago
Export `InvalidType`

df892060aa4f0397a050f5c7566fe8cc20236413 authored about 8 years ago
Provide a better error message if `extract` fails

782d118c9736eebbd810beb94798c37e45b9345e authored about 8 years ago
Update documentation

a0ad7bb6ea3d9d86bebe76454c13ff1bd6a5cce6 authored about 8 years ago
Fix documentation

We *can* auto-generate `Interpret` instances for sum types

cc5d22f4a8caa101a93bf5d4c2791274f992a69c authored about 8 years ago
Remove unnecessary list type annotations in documentation

6509a16070d0113e300c2621a138c80563ab2b9e authored about 8 years ago
Merge pull request #19 from ttuegel/master

Generalize type of expression parser

5bb01661fd536794f6871379ae2d05e02b7e22f8 authored about 8 years ago
Remove unused language extension

f1db042298d8dad45614e443186e97ef33f8dafe authored about 8 years ago
Generalize type of expression parser

4d176b52e7a2e7f7384c2497dcd73e59dae597b5 authored about 8 years ago
Add a nix-shell expression

687be80dff1ff5674a5e3e6f578e9732d1746cc8 authored about 8 years ago
Update LICENSE

fe4a9596cec165f55dfe7dd16a76441597af9500 authored about 8 years ago
Replace `microlens*` dependencies with `lens`. Fixes #20

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

c54353c3eea6b583108b291d9754e7af03c80e9d authored about 8 years ago
Polish source code

e16783e01d362ee7940ef33d18967f4b1fc5c4f1 authored about 8 years ago
Make Dhall `-Wall`-clean

17290171fef8b7d0c92cac9e1b3914b027a2531b authored about 8 years ago
Non-empty lists no longer require type annotation. Fixes #18

adcc9c0be737ad775e459fa06e6a79b87698d2a5 authored about 8 years ago
Fix missing source annotation for top-level type annotations

3a55fb8e69dc353127f1c100d0a2afed512735a5 authored about 8 years ago
Version 1.0.1 => 1.0.2

46218e96a5a1c91d6b0acf38a768f3a5aa97128b authored about 8 years ago
Update documentation

adcbbb36aa5d5ad815534ccf3fe7e3e51050184e authored about 8 years ago
Add `README.md`

53538b005356f0e43e56d744042fee3e584ead4c authored about 8 years ago
Remove support for GHC 7.10

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

1db308c901cd654e19aab4f2fe10b1e0feca117e authored about 8 years ago
Add `.travis.yml`

d914132adaff14ee70fdeb77644937b46cb4c88f authored about 8 years ago
Add a package description

0e2aff13930917ce2ba10460423a07c29f16aa3d authored about 8 years ago
Add version bounds for dependencies

bd30061b507698960d086e7d736b9c0e1bd59362 authored about 8 years ago
Speed up `dhall-to-nix` and tests

3b9db6d57f353f7539be8b5a387f8cc63cb3eb6c authored about 8 years ago
Update documentation

671eb6343eabd8b9a62fa7580362cae6e3970a4e authored about 8 years ago
Add more tests

8119ea30214ae6585f2a3f66403599b936709b99 authored about 8 years ago
Add derivation to test Dhall to Nix conversions

ee65879bf17280330350123bb3ef4ea436787044 authored about 8 years ago
Fix `Natural/fold` translation

e2dc54eea253292a9c6eafc12a4cf7363305aaa6 authored about 8 years ago
Make Nix translation of (∧) recursive

c8d9925530ee854479b8e193fd29c79dbce8d5d7 authored about 8 years ago
Update documentation

49d1aeb3bf3cd8aadae648c8633efa551dc2daa7 authored about 8 years ago
Include `test` Nix expression

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

47fec820ee0527f1204dd63fe7fe25f214c6dc77 authored about 8 years ago
Update `default.nix`

f4a6df45a78a4a39f4eeff22eed44096a5291fb3 authored about 8 years ago
Pin encoding to UTF8

4c0988cb4779ee64b45f147864b596e2e03f61fe authored about 8 years ago
Improve error messages

5ea197198d188e9ecbd2f42d705007c948d99cdd authored about 8 years ago
Simplify executable

a847d0d43381f5702831450b47d53a431dd32946 authored about 8 years ago
Initial commit

80195ffb832639764c04b60940804c2390d74655 authored about 8 years ago
Fix double-single-quote string literals

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

* Interior single quotes ...

4dd7c68870e20f99c43786ab2fb1611982f90119 authored about 8 years ago
Add support for Nix-style multi-line strings. Fixes #13

eddb853175b423dcfee57a3c71a40bef12da5ada authored about 8 years ago
Add `isNormalized`. Fixes #6

ff192c977a42d652b1b9135e76cc979db984f006 authored about 8 years ago
Begin FAQ section. Fixes #1

315237612cb707c0f2935d2972961b8530daa636 authored about 8 years ago
Explain why `1+1` gives a "Not a function" error

This confusing corner case was pointed out by @echatav

1939e9992247bdd29e5227e61dd42cbc799f32d1 authored about 8 years ago
Use `Integer` instead of `Natural` for first exercise. Fixes #2

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

1fd5b98b46ef716111e5cdf6828a5144dcd125e8 authored about 8 years ago
Merge branch 'fosskers-master'

2a3f55dc47523534a6e4d67ee9a63856b9196a36 authored about 8 years ago
Build against multiple versions of `http-client`

b4e334fe89da4ffe7cbc2895f78b54c28222769d authored about 8 years ago
Restore `stack` to LTS resolver

39c436abb4152e4d6df2cd0e1f2e612832d853aa authored about 8 years ago
Merge branch 'master' of https://github.com/fosskers/Haskell-Dhall-Library into fosskers-master

074b636220c843c50308ed47a85254686ad1c351 authored about 8 years ago
Add Nix derivations for building Dhall

56365164ca48bce624958e3aeceee4ddf4b21b49 authored about 8 years ago
Boost http-client upperbound and fix compilation fallout

ba42b9d1a5ce9539646a6c6cf948b5e0efcf0e67 authored about 8 years ago
Fix lower bound on `base`

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

c99d4fb753c8155b152b1a50b49b28edbbc4fe61 authored about 8 years ago
Fix `/=` to say `!=`. Fixes #5

855f0c881195f29656060001626e8d6c1a2d5c88 authored about 8 years ago
Merge pull request #7 from bos/patch-1

Fix lower bound on http-client

a518cfa69094daa81f9319ab816efbbdc5127d83 authored about 8 years ago
Fix lower bound on http-client

7a4e675d25bc2ad0e8c20ed6a17fc4bf7b972e7f authored about 8 years ago
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...

e4372619100ee7d78d82118076cbb6418eb94023 authored about 8 years ago
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...

961278d71a10c3ad0595c88286747b7c46f3ac82 authored about 8 years ago
Update documentation

d4209522ca7f83607cc86a6ba3e7231222399eaa authored about 8 years ago
Remove spurious code block from `README.md`

91d009ec5238efb87b076d088c6e48597e76e0d1 authored about 8 years ago
Add `README.md`

c49df3aa99cfb3c83856b5e4399e8bce517c0381 authored about 8 years ago
Update documentation

2c8716c4e630bf29ad0236828bdf4b155d3eece6 authored about 8 years ago
Remove unnecessary first argument to `load`

20831bc24d92ac9046cdc2051b6ed9e4787da500 authored about 8 years ago
Update documentation

94d7e994080ffd89a4666b450f80c17652befa03 authored about 8 years ago
Update documentation

74263f3df79c22ec59e5f90885e9152c82a77ac6 authored about 8 years ago
Tidy up pretty-printing logic

6e927f62f15d7e3a797047e9024ada0d782ce571 authored about 8 years ago
Updated documentation

2b97dab9c12d62c8e650c1d579b70ffdfef8738e authored about 8 years ago
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`

878eccd65ee784354f8a303cffdc52415fc2722e authored about 8 years ago
Add Travis configuration

d9c3fc15dc856718bac9dcb74923fccc42703024 authored about 8 years ago
Update documentation

54210d1f67738a9c1c37652c9d00faaad61767d0 authored about 8 years ago
Extend `(∧)` to support recursive record merge

b3c2d0c4c4576af30676902f2e75c1552a4a5de7 authored about 8 years ago
Update documentation

e19af8c7a88921909b47ac685fb772a21df2d402 authored about 8 years ago
Update documentation

cd1161a0b3afad48c24f6d0aa3b7f697d9299854 authored about 8 years ago
Update documentation

6b9a6590d54d698155761aa2bb384247ce7760f3 authored about 8 years ago
Add `Prelude/Bool/even` and `Prelude/Bool/odd`

a58a4c7d8664e3f76e9406d6ea739011f5c8535d authored about 8 years ago
Remove `Prelude/Optional/length`

63f5439f9d5572d1fd45c0a3714eb5c02bb4ff89 authored about 8 years ago
Add `Prelude/Optional/toList`

5baeec71048496d495ffc7d79d0b96c38633582c authored about 8 years ago
Add `Prelude/Optional/unzip`

0dfea277e3843eefbc066bc0fbdf4e42e36c66c3 authored about 8 years ago
Rename `reversed` back to `reverse`

04d9f72c5629e293deb88182a1b7e4307dcf9c5c authored about 8 years ago
Update documentation

3c6a40f0dd2c35b7a754cf668761c247d67a5626 authored about 8 years ago