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

Increase lower bound on `base` (#114)

This change signals that we don't intend to build against versions of
`ghc` earlier than `ghc-8...

github.com/dhall-lang/dhall-haskell - 8987bc84ed4cb6ff6624b22ff7ab3743db4e28ee authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Inject instances for Data.Set, Data.Sequence (#113)

github.com/dhall-lang/dhall-haskell - 9e0ab9a755831d352db4e4e8941c084b076ef784 authored over 7 years ago by bosu <[email protected]>
Add Inject instances for Word types (#112)

github.com/dhall-lang/dhall-haskell - a03de76a415e2c11123917dbb3b5766781fac587 authored over 7 years ago by bosu <[email protected]>
Remove unnecessary `token` (#111)

The `doubleSingleQuoteLiteral` parser doesn't need `token` to parse
trailing whitespace because...

github.com/dhall-lang/dhall-haskell - 463126cb473965c5d6d8d688290d69bcb5813b8f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix unnecessary partial function (#110)

github.com/dhall-lang/dhall-haskell - 486a4816f4d976794b4fef9af68dc1ada85b8aea authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Minor simplification to `token` (#109)

The implementation of `token` for `Parser` is identical to the one for
`Text.Trifecta.Parser`, ...

github.com/dhall-lang/dhall-haskell - 52d097eba3ffb820ce7e86d0fe2655437ef0915c authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Implement Inject instance for unnamed tuples. (#107)

This removes the need for `R2`

github.com/dhall-lang/dhall-haskell - 5b1cbb08af1c7cf85d01873e8c6ebb99ac9c3df1 authored over 7 years ago by bosu <[email protected]>
Drop support for GHC 7 (#106)

The main motivation for this change is to take advantage of new features in
GHC 8. Dropping su...

github.com/dhall-lang/dhall-haskell - 47849e3fca3c156d4929b6e12216a8f5cef24a07 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Interpret instance for unnamed data fields (#103)

Maps unnamed data fields to the positional record keys. For example:

```haskell
data Foo = F...

github.com/dhall-lang/dhall-haskell - b58100759dd65bba495ff7f8714d52418937b3db authored over 7 years ago by bosu <[email protected]>
Add `./Prelude/List/concatMap` (#105)

Fixes #104

github.com/dhall-lang/dhall-haskell - 2f6a32d74e004ec9b070f72da7f088ef01c04f34 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Small tweaks to documentation of `R2` (#101)

This slightly modifies the documentation of `R2` to further clarify its
relationship to 2-tuples

github.com/dhall-lang/dhall-haskell - 63a8bf097644ccb9aef380715653919e54f9625a authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Merge pull request #102 from Gabriel439/gabriel/list

Add `Interpret`/`Inject` instances for `[]`

github.com/dhall-lang/dhall-haskell - fead467ba0875cee38f232e610eb61ae6cbdf9e9 authored over 7 years ago by bosu <[email protected]>
Add `Interpret`/`Inject` instances for `[]`

github.com/dhall-lang/dhall-haskell - 27264a0ba4c2f0c716c0ec4d20cdb2f0a0d43c02 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add Inject, Interpret instances for tuples. (#100)

Uses R2 intermediate type to represent tuples in Dhall.

github.com/dhall-lang/dhall-haskell - fa51d5e40ed660372cd6458f77d734d234d260d9 authored over 7 years ago by bosu <[email protected]>
Add Inject instance for Int (#99)

github.com/dhall-lang/dhall-haskell - 2a186dcabb205b19f81097ff1e8ccbb4ee5689f7 authored over 7 years ago by bosu <[email protected]>
Ability to load expressions purely. (#93)

Note: This is a breaking change because this changes the type of `loadWith`

github.com/dhall-lang/dhall-haskell - 4e881450a04da485bca28053250e78f10455e55e authored over 7 years ago by bosu <[email protected]>
Fix parsing single quotes in string literals

Fixes #96

The following Dhall expression would fail with a parsing error:

```haskell
"foo'bar"...

github.com/dhall-lang/dhall-haskell - c03c32a99fb1746ef47c5630d5a16f53e87efea1 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.4 => 1.0.5

github.com/dhall-lang/dhall-json - 1c20a85a7202ae316f4eac4535aed05a21293943 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Bump bounds on `optparse-generic` and `trifecta`

Fixes #5
Fixes #6

github.com/dhall-lang/dhall-json - 4b5bf257cc4005b842253e5f524509706b59c8fa authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add Eq instance for Src (#95)

It is convenient to check equality of Expr Src X sometimes.

github.com/dhall-lang/dhall-haskell - c412662ff3826127ee17092e467aa55db07b5c7d authored over 7 years ago by bosu <[email protected]>
Version 1.5.0 => 1.5.1

github.com/dhall-lang/dhall-haskell - 3b357aa806ac78d9832f510cc65d28c1a0963b4d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix `dhall` to build against Stackage `lts-9.0`

github.com/dhall-lang/dhall-haskell - 6947b05a9c50b1e55cf6f9ece0b35d20807f7d2c authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Export InputType (#91)

github.com/dhall-lang/dhall-haskell - 333fc1d0007c31446335ef51df33e8239fb77fb1 authored over 7 years ago by bosu <[email protected]>
Version 1.0.0 => 1.0.1

github.com/dhall-lang/dhall-text - 000c0895419c102524d1529aa805a94645ef1d73 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.2 => 1.0.3

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

github.com/dhall-lang/dhall-json - b5f5650a0725a731cbcbf1e4c23a1f0f86b6fede authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.4 => 1.0.5

github.com/dhall-lang/dhall-haskell - 03dc6106138a3535d24e323d2bd7dafca468326d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.4 => 1.0.5

github.com/dhall-lang/dhall-nix - c1f728a73819f265a8d3e118bbc8080c8cdd7d20 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add Travis CI

github.com/dhall-lang/dhall-text - 3387e6aef65392ba2049953086ccbe247ed74b90 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Build against `dhall-1.5.0`

github.com/dhall-lang/dhall-bash - bd824358ee3a4ceb872ecdd94fc62ab9e952bcd6 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Build against `dhall-1.5.0

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

github.com/dhall-lang/dhall-json - 3a37942e318586015111c15cb64d5eb00be90bd1 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Build against `dhall-1.5.0`

github.com/dhall-lang/dhall-haskell - 2c1438637ae5873a5fbfb81b757f8fd49b78a9d8 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Build against `dhall-1.5.0`

github.com/dhall-lang/dhall-nix - 62e07f520a3de6e03aa8291ab0b6ae547f33ef99 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.4.2 => 1.5.0

github.com/dhall-lang/dhall-haskell - 12ad893605d0d890d148e104da30635d9d2ef38b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Remove use of Template Haskell. Fixes #89

This replaces all uses of `NeatInterpolation` with either multi-line
strings or `unlines`. This...

github.com/dhall-lang/dhall-haskell - 8b3ebbc8321a68307a923d4388a6c8977de600f4 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `(#)` operator to append two lists. Fixes #68 (#90)

github.com/dhall-lang/dhall-haskell - 85f63f548ff2c359d1d945ca5be9adea41868d23 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for marshaling simple Dhall functions to Haskell functions (#88)

github.com/dhall-lang/dhall-haskell - fae32324803678798aae88c7e4eb19a992104a5b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Revert "Overload `(++)` to work on `List`s. Fixes #68 (#81)"

This reverts commit 8c340c12ddfd78e9dbfbd16013c00799a8f19895.

The reason for reverting this cha...

github.com/dhall-lang/dhall-haskell - de80063698b18a5ce8db70b430a1494631397466 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Simplify IPFS deployment

github.com/dhall-lang/dhall-haskell - b350b06436a6b1bbed8673814f5222919c37316d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add instructions for hosting IPFS mirror

github.com/dhall-lang/dhall-haskell - 133fe11e2f92b6b8e67b413cc1d4cbb6f13d2a00 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add NixOps deployment for Dhall IPFS mirror

github.com/dhall-lang/dhall-haskell - b59228bd9523ac59033f339188f09731461058d6 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Exports Type internals. (#86)

Adds trivial comments on extend, extract functions.

Fixes https://github.com/Gabriel439/Haske...

github.com/dhall-lang/dhall-haskell - 0221dd4432c64b0993fdcd19bfb6b83fd353b3a8 authored over 7 years ago by bosu <[email protected]>
Overload `(++)` to work on `List`s. Fixes #68 (#81)

github.com/dhall-lang/dhall-haskell - 8c340c12ddfd78e9dbfbd16013c00799a8f19895 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Added `normalizeWith` function. (#79)

Added `normalizeWith` function to complement `typeWith`.
Dhall is so very attractive base for s...

github.com/dhall-lang/dhall-haskell - 28179ceb760f71c32e819f5378a4ba6a9f53fc1f authored over 7 years ago by Ville Tirronen <[email protected]>
Added a `loadWith` function. (#84)

This allows loading dhall 'modules' using a custom typing
context. See #83

github.com/dhall-lang/dhall-haskell - 94d6f4da74d08b7af34137e99ffbdebeb8e7988d authored over 7 years ago by Ville Tirronen <[email protected]>
Raw input (#85)

Added a function that allows doing `input` from a closed
Dhall `Expr` instead of text. This is ...

github.com/dhall-lang/dhall-haskell - 4707a8ff62a55050751b741c4ec442bbfc9bb400 authored over 7 years ago by Ville Tirronen <[email protected]>
add Type and Interpret instance for strict Text (#82)

github.com/dhall-lang/dhall-haskell - 7a0c03df573bc8a3e7edd6a001e2b497b8e5ba80 authored over 7 years ago by Chris Martin <[email protected]>
Mention `dhall-text` in `README`

github.com/dhall-lang/dhall-haskell - 40478ccb89f3cfd7e2133e889f241bb048bb5369 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
ADD `README.md` to source release

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

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

github.com/dhall-lang/dhall-bash - 303f7a289ea847d93d8a93ee57c6a5b3b32a0ed0 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Build against latest version of `dhall`

github.com/dhall-lang/dhall-text - be88cbb2155fb154bc8b265f7efbc31baa500e3f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.3 => 1.0.4

github.com/dhall-lang/dhall-nix - ad648fcfa38b562d41b757026fe1a2e929224c2d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.3 => 1.0.4

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

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

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

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

github.com/dhall-lang/dhall-json - a315c895f519f66f773e7caef9f79126cb71f670 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.4.1 => 1.4.2

github.com/dhall-lang/dhall-haskell - afb645faa5126e5663fbf471eb5f0b9b575d0a45 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add missing `Prelude` files to `Extra-Source-Files`

This fixes build failures in Dhall package archives downloaded from
Hackage

github.com/dhall-lang/dhall-haskell - 3d47ddcc8370561f6154ef54328693dec544b129 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.4.0 => 1.4.1

github.com/dhall-lang/dhall-haskell - 51f05ca422981f849210b4a79c3c41061f9cf64d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `tests/Tutorial.hs` module to the `cabal` package

This fixes a test failure for builds from Hackage due to the module not
being included in the pa...

github.com/dhall-lang/dhall-haskell - 42d5acf9c8fb2d2620c34c6a61bae99acc71b5ea authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.3.0 => 1.4.0

github.com/dhall-lang/dhall-haskell - a744bd0b6b2a9d1ea37e9eaeac9068e53220063f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Rearrange detailed error messages (#76)

This rearranges each detailed error message so that the summary of relevant
Dhall expressions g...

github.com/dhall-lang/dhall-haskell - c3cb188e534d8eac126dc47e1edda77078116d7a authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Update Prelude hash

github.com/dhall-lang/dhall-haskell - 0873c6efc6a214db4cccb18bd64e7789b93f66c6 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Expand `./Prelude/Optional` (#77)

This adds several new list-like utilities, such as `any`/`null`/`length`

github.com/dhall-lang/dhall-haskell - 2d7fe03ae09f5ddf36eee33d861b06eeb7ef776b authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `./Prelude/Text/concatMap` (#73)

github.com/dhall-lang/dhall-haskell - 2b8b89e41a82e4b4dc35908ff16e5f05fba57e56 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `using` as reserved identifier

github.com/dhall-lang/dhall-haskell - 000fb8ebc4e078ddc1072d4d2fcd8c73dbdf9526 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `concatMapSep` (#75)

github.com/dhall-lang/dhall-haskell - 33b4fcec7810f15583faa3d53cc22c17990a10da authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Rename `intercalate` to `concatSep` (#74)

This uses Nix's naming convention for consistency

github.com/dhall-lang/dhall-haskell - 5afee3786806aa8f6734a0ec846a01263cb81d73 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for additional headers for URL imports. Fixes #45 (#71)

Users can now supply additional headers for URL imports using the new `using`
keyword, like thi...

github.com/dhall-lang/dhall-haskell - 45a7f8cbb7b6e12b6f9290d84e475debae1a5665 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix `dhall-json` to build against newer versions of `nixpkgs`

This just involves deleting the `aeson` override

github.com/dhall-lang/dhall-json - d2e9aa8e25e142bae4c9a032137bf44420067d1e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix missing haddock documentation (#69)

github.com/dhall-lang/dhall-haskell - b5d54860a4abe3d818a0097dea1d47d9a646ae13 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Fix import bug when canonicalizing paths with home directories (#70)

Before this change, if you saved the following files:

```bash
$ echo "~/bar" > /tmp/foo
$ e...

github.com/dhall-lang/dhall-haskell - 8a7058200bdfc667b3d077b7bc8a4c0c37185759 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add `Prelude/Text/intercalate` (#65)

Interspersing a separator in between string elements is sufficiently
tricky that there should b...

github.com/dhall-lang/dhall-haskell - 98b57f69704ac181b29e7324a11ebf5be6143d2f authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Make `merge` type annotation optional (#66)

You can now omit the type annotation on `merge`s so long as the union
being merged has at least...

github.com/dhall-lang/dhall-haskell - a6ee2d531edcafec7c6c039ed77d08626b7dc65e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Relax bound on trifecta for GHC 8.2 (#67)

trifecta-1.7 is the first version of trifecta
that builds with GHC 8.2 and Cabal 2.0

github.com/dhall-lang/dhall-haskell - daad3431113e9a77cec4ecdd46e499e00d190e41 authored over 7 years ago by Bartosz Nitka <[email protected]>
Fix escaping rules for `${` to match Nix (#63)

Nix actually uses two single quotes to escape `${` instead of one single quote

github.com/dhall-lang/dhall-haskell - 8e223b1d6174427a9c94ac7891e2009eb26a212d authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Jailbreak for now

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

github.com/dhall-lang/dhall-text - 35eb760da46c1bedd0c7edbea59a8f917f647153 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Change `(∧)` to better match `pkgs.lib.recursiveUpdate`. Fixes #1

This changes the generated code for `(∧)` to prefer the right attribute
if both arguments share ...

github.com/dhall-lang/dhall-nix - 4ec2b66bbde9e745c572b1f5e2f3fd1ca0616355 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Change `(∧)` to better match `pkgs.lib.recursiveUpdate`. Fixes #1

This changes the generated code for `(∧)` to prefer the right attribute
if both arguments share ...

github.com/dhall-lang/dhall-haskell - d0ee1d26ac6ee117c5431f1082077c6d6fb57a12 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for string interpolation. Fixes #47 (#60)

You can now interpolate any expression of type `Text` into a string literal,
like this:

```h...

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

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

github.com/dhall-lang/dhall-nix - 15a212ec6bc8b558310a6b2c8b36f6ce4d1566ac authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Support latest version of `dhall`

github.com/dhall-lang/dhall-nix - aba80b4c1f2998fc7ea82d958846e1ec564839b4 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Support latest version of `dhall`

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

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

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

github.com/dhall-lang/dhall-json - af9a0ea829b828a3ef4cee0615b5e71c7536dfc9 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Merge pull request #3 from Gabriel439/gabriel/unions

Translate unions to JSON/YAML. Fixes #2

github.com/dhall-lang/dhall-json - 6a00045d03603f350637c9948659dd63a920076e authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Merge branch 'master' into gabriel/unions

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

github.com/dhall-lang/dhall-json - 8424f4e09a07b9389e134a8e797562456355b651 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.2.0 => 1.3.0

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

github.com/dhall-lang/dhall-haskell - e06791c6c1ea96b68e515b0bf2f364c030bcb446 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Update tutorial for latest Prelude (#59)

I've uploaded the latest Prelude to IPFS and updated the tutorial to reflect
the changes (mostl...

github.com/dhall-lang/dhall-haskell - 4c69a504844d49ddf09258059ce822b108be2aa0 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Forbid additional characters from paths (#58)

This reduces the number of situations where users have to end a path
with a space

github.com/dhall-lang/dhall-haskell - e0319ecaa5b1b8e582345f6e4281986f9fbabb2c authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Update Prelude (#57)

This adds new builtins to the Prelude and also adds corresponding tests

github.com/dhall-lang/dhall-haskell - cd9c3f97e034262d50c73ee3d75dc4163457cbc9 authored over 7 years ago by Gabriel Gonzalez <[email protected]>
Add tests for Prelude examples (#56)

This adds tests that match the examples in the Prelude documentation and
also fixes a couple of...

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