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 `dhall-json` support for unions as keys (#1094)

This is inspired by this StackOverflow question:

https://stackoverflow.com/questions/56967374...

github.com/dhall-lang/dhall-haskell - e49710166ee50772b184451812222977a114409b authored over 5 years ago
Add `Location` type to Prelude (#634)

github.com/dhall-lang/dhall-lang - 1b587f866a16ce4ae198d5ff51848a4ffc0f4cdc authored over 5 years ago
Fix typo in `README` (#636)

... as caught by @vvv in https://github.com/dhall-lang/dhall-lang/pull/386#issuecomment-509931438

github.com/dhall-lang/dhall-lang - 9069c574d5eaff2b7e1989acb068b35f3df08797 authored over 5 years ago
Treat "multi-lets" as syntactic sugar (#618)

Removes any mention of "multi-lets" from the semantics, while adding a
note to the grammar that...

github.com/dhall-lang/dhall-lang - 9aefd7bb64e82646252f24acaf23ed6483bdc235 authored over 5 years ago
Add toMap keyword to create homogeneous maps from records (#610)

* Several simple tests for toMap

* Fixed the binary file extension

* Fixed two test files
...

github.com/dhall-lang/dhall-lang - cd29db992660788fa5d75ccc465562fa3d96fcee authored over 5 years ago
Modify Kubernetes generator to support more cases (#69)

* Adjust dhall-kubernetes-generator to handle different swagger specs

github.com/dhall-lang/dhall-kubernetes - f3d759009f2e8d76eb1ede2c588d810e1ddaed81 authored over 5 years ago
Only allow valid HTTP(S) reg-names (#627)

The generic URI syntax allows reg-name to be just about anything, but
Dhall does not allaw gene...

github.com/dhall-lang/dhall-lang - 40c3e57a4f09448b5a7c9d203a81b64f50ed30bd authored over 5 years ago
Update web page (#1079)

The main improvements are:

* Add one-line summary of what Dhall is

This is based on user...

github.com/dhall-lang/dhall-haskell - e0bd21e25d0ab2445e67d71cf3968d8f0ec8cf62 authored over 5 years ago
Replace `dhall-to-text` with `dhall text` subcommand (#1090)

Fixes #1087

github.com/dhall-lang/dhall-haskell - 90b62ee9d72651598c87b3026a74d4ece840008f authored over 5 years ago
dhall-lsp-server: Fix cache to correctly invalidate transitive dependencies (#1069)

* Move "Dot" import graph generation to Dhall.Main

Previously `Dhall.Import` would generate t...

github.com/dhall-lang/dhall-haskell - 8ae7b603fefd818d5da0d5fafae1788770b121c4 authored over 5 years ago
Add test to ensure that `constructors` doesn't typecheck anymore (#620)

Background:
https://github.com/dhall-lang/dhall-lang/wiki/Migration:-Deprecation-of-constructor...

github.com/dhall-lang/dhall-lang - 65aa7435040141dd30d5983695b7ebdb4224b280 authored over 5 years ago
Handle empty alternatives when converting from JSON (#1083)

* Handle empty alternatives when converting from JSON

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

github.com/dhall-lang/dhall-haskell - aff138e192ac5414eef3f3ed03083d40f8796b8d authored over 5 years ago
Flag missing trailing newlines in CI (#628)

github.com/dhall-lang/dhall-lang - a988001c4bacb898e00069e12d045a0e46714055 authored over 5 years ago
Mergify: Add "merged" condition for "delete_head_branch" action (#1089)

I came accross https://medium.com/mergify/keep-your-repository-clean-delete-your-merged-branches...

github.com/dhall-lang/dhall-haskell - 5339f1893d332dcc06fe8ea245cf4225d9f2a755 authored over 5 years ago
Reapply "Mergify: Delete head branch after merge (#1064)" (#1086)

This reverts commit 4004d62f286802ebc2679f84031fc4f7e057dbfc.

github.com/dhall-lang/dhall-haskell - 22428f9e1ffa645f748c6e97e2823fd64f12d7c9 authored over 5 years ago
Fix unexpected decoding successes in tests (#1088)

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

All of the successes are due to a...

github.com/dhall-lang/dhall-haskell - 635a4489d298a2be8aadf621dcdd87aa7a666486 authored over 5 years ago
Don't typecheck the head of a list twice. (#1085)

github.com/dhall-lang/dhall-haskell - f1234c4efa065bdc616f0d41777c8b365e5bd910 authored over 5 years ago
Simplify typechecking of Combine and CombineTypes (#1067)

Also add Dhall.Map.outerJoin, inspired by Semialign.align.

github.com/dhall-lang/dhall-haskell - e40d0bc624dbc2959352a17de2db5e76addc9839 authored over 5 years ago
Simplify normalization of record projection (#1071)

…via new functions Dhall.Map.{keysSet,restrictKeys} and
Dhall.Set.fromSet.

Also apply these fun...

github.com/dhall-lang/dhall-haskell - d7114a32de638d4bb40d56e717347d2ea220441e authored over 5 years ago
Build against `optparse-applicative-0.15` (#1081)

Related to https://github.com/commercialhaskell/stackage/issues/4693

github.com/dhall-lang/dhall-haskell - 462f82a0f8b450a02ece36581a203af1add28282 authored over 5 years ago
Increase coverage of acceptance tests (#1072)

* dhall:tasty: Unskip a few tests

These remain broken:

- tests/parser/failure/annotation
- tes...

github.com/dhall-lang/dhall-haskell - f873b0d66e85746927f8689257778e557f010983 authored over 5 years ago
Fix `dhall-json`'s support for preserving alternative names (#1080)

* Fix `dhall-json`'s support for preserving alternative names

... as caught by @sjakobi in the ...

github.com/dhall-lang/dhall-haskell - b8e19d614acbc528339a1f1af1492599d460bb68 authored over 5 years ago
Dhall.Map: Remove the keys list when sorting (#1066)

Also add the unorderedSingleton and unorderedFromList functions.

This speeds up the "issue 412"...

github.com/dhall-lang/dhall-haskell - 3b4f826eda2fb122418645c8386a306f02d1dae3 authored over 5 years ago
Update to latest `dhall-lang` (#1084)

* Update to latest `dhall-lang`

The main updates are to support the following two changes to th...

github.com/dhall-lang/dhall-haskell - c1162076630da5222ce69fa59e99be0da67d19b1 authored over 5 years ago
Use Prelude/Map for import headers (#611)

* Use Prelude/Map for import headers

This is the official way to do association lists in the ...

github.com/dhall-lang/dhall-lang - 3fefae11fa64566f2768318cdb97123c852ed868 authored over 5 years ago
dhall-lsp-server: Improve type-on-hover behaviour over binders (#1062)

* Improve type-on-hover behaviour over binders

Dhall's parser does not generate `Src` annotatio...

github.com/dhall-lang/dhall-haskell - 2cd4ed948f2a0fd6e3ecd012a6703845e551b69e authored over 5 years ago
Remove cruft related to the removed 'constructors' keyword (#1077)

github.com/dhall-lang/dhall-haskell - 76efe630b2bad2a511b47d26dad2507704bf9daf authored over 5 years ago
Dhall.Map.fromList: Fix docs (#1078)

Closes #1052.

github.com/dhall-lang/dhall-haskell - 9a2e25b92dfa26b93f8bb2293247ae6d6ac520d5 authored over 5 years ago
Fix as Location tests (#612)

* Hash comes before `as` in import

* Fix integrity check encoding of b-side

* Also fix imp...

github.com/dhall-lang/dhall-lang - 613347a526fb960e5895539631ebc107c172aaf2 authored over 5 years ago
Release 1.3.4.0 (#174)

github.com/dhall-lang/dhall-to-cabal - 0ab7446635e679c417f03ecdfb239ee91b8cc22a authored over 5 years ago
Support optparse-applicative-0.15 (#173)

github.com/dhall-lang/dhall-to-cabal - de370ef391117013a1667a64aebbd379c1fd2f93 authored over 5 years ago
Dhall.Eval.eqMapsBy: Compare map sizes before contents (#1065)

Data.Map.size is O(1), so we expose it via Dhall.Map.

github.com/dhall-lang/dhall-haskell - 28fc9e1870bcb472c756dc2e9ab227fbad1245fa authored over 5 years ago
dhall-lsp-server: Normalize types before displaying them to the user (#1060)

* Normalize types before displaying them to the user

Previously, the type displayed when hove...

github.com/dhall-lang/dhall-haskell - 53e196775473ec8b711c46f60504695a0826cebe authored over 5 years ago
tidy up record projection (#601)

* Add record projection tests

* add missing projection-by-type unit tests

This adds:

*...

github.com/dhall-lang/dhall-lang - f0cd7157ee19296b8968003ce0524adc06fbb441 authored over 5 years ago
Revert "Mergify: Delete head branch after merge (#1064)" (#1070)

Context: https://github.com/dhall-lang/dhall-haskell/pull/1064#issuecomment-508552667

This re...

github.com/dhall-lang/dhall-haskell - 4004d62f286802ebc2679f84031fc4f7e057dbfc authored over 5 years ago
Let Mergify handle one PR at a time (#1068)

Docs: https://doc.mergify.io/actions.html#merge

github.com/dhall-lang/dhall-haskell - 6afbba449d4a63c61bbbc04f9c30188da4205f72 authored over 5 years ago
Mergify: Delete head branch after merge (#1064)

Docs: https://doc.mergify.io/examples.html#deleting-merged-branch

github.com/dhall-lang/dhall-haskell - 817c833643c37e8fdb71a2efd74bbd7fc895e87d authored over 5 years ago
Skip re-typechecking the first non-empty union alternative (#1057)

For the deep-nested-large-record benchmark, this results in a
speedup of about 0.5–1%.

github.com/dhall-lang/dhall-haskell - c7e48bf497795cff7aec5d91bbcd7a2274126ce2 authored over 5 years ago
Simplify Dhall.Parser.Combinators.toMap (#1053)

This changes the parsing error for some cases.

Previously:

⊢ {b=1, a=1, b=1, a=1}

Err...

github.com/dhall-lang/dhall-haskell - e061f35c4cec2c1d52332e393d032449c5cb5977 authored over 5 years ago
Enable Mergify support (#1059)

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

This is an attempt to test...

github.com/dhall-lang/dhall-haskell - d559662f50792f7bcee092b8729fe66fcee18f8d authored over 5 years ago
Change `rangeFromDhall` to exclude trailing whitespace (#1046)

This gets rid of the separate `santiseRange` utility function that we
used to exclude trailing ...

github.com/dhall-lang/dhall-haskell - 3a120d277f62fe83f8d9b35f14e3c93b9a6076cf authored over 5 years ago
Consistently format multi-line strings (#1056)

Fixes #973

The formatter was behaving inconsistently for multi-line strings
depending on whe...

github.com/dhall-lang/dhall-haskell - af0e77ce0022166884640f5589961604729cd2de authored over 5 years ago
Dhall.Map: Reflect original key ordering in Ord instance (#1050)

github.com/dhall-lang/dhall-haskell - 51a020e3e4c81d9cf6e159ec278aa12975132017 authored over 5 years ago
Improve performance of type-checking record literals (#1048)

While benchmarking the example from #769 I saw that a significant
amount of time was spent benc...

github.com/dhall-lang/dhall-haskell - f5819dd6d64678a2ba9e107e4419f0572e56aabc authored over 5 years ago
Dhall.Map: Change Foldable and Traversable instances to respect the key ordering (#1051)

github.com/dhall-lang/dhall-haskell - 0057901e58748e551f53b6c31c059e817a32ff4d authored over 5 years ago
Switch `Var` to use an `Int` (#1044)

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

We'll probably never see ...

github.com/dhall-lang/dhall-haskell - 92bdd56a3426bb912aadc0ab9b8a8effe0ec6714 authored over 5 years ago
Allow all RFC3986-compliant URLs (#604)

* Allow all RFC3986-compliant URLs

This expands the URL syntax to allow all RFC3986-compliant...

github.com/dhall-lang/dhall-lang - 2c0f2389e11597131b8ce021344322e5ed3a9131 authored over 5 years ago
dhall-lsp-server: Implement caching (#1040)

* Rewriting Dhall.LSP.Backend.Dhall: Implement new API

The old "backend" consisted of a rando...

github.com/dhall-lang/dhall-haskell - 41161aa390862117fa2984ff25d19a77e9a05d7e authored over 5 years ago
Fix benchmarks, run them on AppVeyor (#1033)

Since we only want to ensure that the benchmarks continue to
work, we use the following benchma...

github.com/dhall-lang/dhall-haskell - 15e981f61c60c680b865a4a6121d42611d08524c authored over 5 years ago
Implement importing `as Location` (#1019)

github.com/dhall-lang/dhall-haskell - 04d82120a415569879bf7faf044c432e76ab6f0e authored over 5 years ago
Speed up Dhall.Map.unorderedTraverseWithKey_ (#1036)

This reduces the runtime of the `deep-nested-large-record` benchmark by about 50%.

Note that ...

github.com/dhall-lang/dhall-haskell - 7647adba1ad8214468214dc9bd4448b5ffc6d18f authored over 5 years ago
Fix appveyor tests (#1037)

Fixes #1034

Fixes the `import/success/hashFromCache` test on Windows

Disables currently b...

github.com/dhall-lang/dhall-haskell - 0bf4e41020b78e7fd183b94558dd84f86d1ae0d1 authored over 5 years ago
Relocate `./Prelude/Map.dhall` to `./Prelude/Map/Type.dhall` (#608)

... as suggested in https://github.com/dhall-lang/dhall-lang/pull/586#issuecomment-500883688

github.com/dhall-lang/dhall-lang - 3efe5695d06e429067a842af27e642fc97ae08e5 authored over 5 years ago
dhall-json: Use Dhall.Optics instead of lens (#1042)

This removes the following packages from `dhall-json`'s dependencies:

- adjunctions
- call-s...

github.com/dhall-lang/dhall-haskell - 157c36b8a1de7f63d1c90f90f6fbbd3267ab20f9 authored over 5 years ago
Add support for `annotate lets` feature (#8)

github.com/dhall-lang/vscode-dhall-lsp-server - 96fd6720c42b74d83ded5656f15758d509169aba authored over 5 years ago
Use new support for empty union literals

github.com/dhall-lang/dhall-nethack - 363c579491ba41ff0a151c70895693104333e107 authored over 5 years ago
Remove `prettyDiff` internal helper (#1038)

... as suggested by @sjakobi in https://github.com/dhall-lang/dhall-haskell/pull/1027#issuecomme...

github.com/dhall-lang/dhall-haskell - bb365dd0f3b9eed96b3f0d0575d4bd1cd729f9b6 authored over 5 years ago
Reject record projection when there is a field type mismatch (#1027)

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

This also includes small fixes ...

github.com/dhall-lang/dhall-haskell - 250fdfc34878a2103c00bc541fc47b4983cb41e6 authored over 5 years ago
Use vertical bars for the left margin of source spans (#1030)

This separates the source from the line numbers using vertical bars
instead of colons. The mai...

github.com/dhall-lang/dhall-haskell - 09016735fa6fdf27657fa1842f4e7b094e5e4cd6 authored over 5 years ago
Remove the `InvalidField` error constructor (#1026)

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

There were two error constructo...

github.com/dhall-lang/dhall-haskell - 484182b74e39a9eb58b09200283bfb80876f7e89 authored over 5 years ago
Simpler way of incorporating RFC3986 resolution (#603)

Mostly reverts #593.

I realised I said I'd keep judgment rules for RFC3986 resolution [1],
a...

github.com/dhall-lang/dhall-lang - 7f662e41716ecee75d99494a692b8ac90895ec8d authored over 5 years ago
Replace criterion with gauge (#1035)

This reduces build times for the benchmarks.

github.com/dhall-lang/dhall-haskell - 57aab91241678b8a13b776e0f28fac86b70f1d64 authored over 5 years ago
Fix normalization tests containing unbound variables (#605)

A couple of fixes for tests:
- rename the `asLocation` parser test I introduced in #585 to the ...

github.com/dhall-lang/dhall-lang - 61c6d3c74b516165e5673753a3ffa2acd69a67fd authored over 5 years ago
Misc cleanup in Dhall.Map (#1029)

github.com/dhall-lang/dhall-haskell - 79e33b46f3252ca220553df0d3fc2e60e788a283 authored over 5 years ago
Add type-inference tests (#1023)

Closes #1021.

github.com/dhall-lang/dhall-haskell - 8285625156832cb9587b214545a8310f9325d1b6 authored over 5 years ago
Allow Sort as type annotation (#1024)

Standardized in https://github.com/dhall-lang/dhall-lang/pull/507.

github.com/dhall-lang/dhall-haskell - 634f1f3d9af71405122fde9026591ab9365b89e5 authored over 5 years ago
Implement importing paths as Location (#585)

This standardizes native support for reading import locations into Dhall,
as specified by @Gabr...

github.com/dhall-lang/dhall-lang - b3a374db5c7c564ad0f9f03f3c7d7d0a1ee5e3a3 authored over 5 years ago
Centered the dhall logo and adding awesome badge

github.com/dhall-lang/awesome-dhall - ece557daf96f5a6483b2e73d60e7b172ff57a0fb authored over 5 years ago
Make the type of extract richer (#1011)

see #387

github.com/dhall-lang/dhall-haskell - b9aeb345e4d9ed5bff9b9bd82ffeb76ff9d44ecc authored over 5 years ago
Fix normalization test for prelude/JSON/Type (#599)

In #586, after some debate we went with a record encoding rather than a
curried encoding, but w...

github.com/dhall-lang/dhall-lang - 32f15754f6e9ea8fa448f639802e981982706ba1 authored over 5 years ago
Use png logo instead of svg

github.com/dhall-lang/awesome-dhall - 5723b66f0440bad32d58102c3853e2e6d4ac0c6e authored over 5 years ago
Integrate the projects stated in dhall wiki

github.com/dhall-lang/awesome-dhall - 44bc7cfd0c4d97a4d57cfd4638408c0e6b2d87db authored over 5 years ago
Improve error message for unsaturated `merge` (#1015)

This improves the error message when users attempt to apply `merge` to only
one argument, as su...

github.com/dhall-lang/dhall-haskell - c4de94224cf7e75eb8c7c893cacb79eade478c4a authored over 5 years ago
dhall-lsp-server: Correctly handle dependent lets (#1018)

While I do believe the previous version to be correct as well, this
certainly makes it easier t...

github.com/dhall-lang/dhall-haskell - 8d4aa0320eaa7932a934937a1af6ec9b20680825 authored over 5 years ago
Fix type-inference rule for projection by type (#597)

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

github.com/dhall-lang/dhall-lang - 96e1ce92913d6fe93e64ac7b1df75bcfb5f734ea authored over 5 years ago
Fix mistake in `let` type-checking documentation (#596)

The documentation explaining how to type-check `let` expressions
was written before we switched...

github.com/dhall-lang/dhall-lang - e1fa35e5e8a13f4989cac982f0a367d297bf3e9c authored over 5 years ago
Adding the contribution guideline

github.com/dhall-lang/awesome-dhall - 5e59368198dc6f1503779a3f8d670cb69c072c9d authored over 5 years ago
Adding the license file

github.com/dhall-lang/awesome-dhall - 10ce556816879a48157e2556bc27fe2fa8d05188 authored over 5 years ago
Adding some dhall libraries and syntax highlight project

github.com/dhall-lang/awesome-dhall - ccbe1aedb36275ab51672e179164f61bf936f937 authored over 5 years ago
Adding the dhall logo

github.com/dhall-lang/awesome-dhall - 3b1e157edb5d3cff24cdf23b09e7c4adf14747aa authored over 5 years ago
Initialize the list

github.com/dhall-lang/awesome-dhall - cbc08a158a8a1c18ecaf93e6460056283a48ea71 authored over 5 years ago
Use RFC3986 section 5 URL resolution algorithm (#593)

* Use RFC3986 section 5 URL resolution algorithm

This is part 1 of the proposal in #581. Thi...

github.com/dhall-lang/dhall-lang - 49f551443c35791663c003b16c9955650c6d9bf1 authored over 5 years ago
Map fix doc (#595)

* Prelude/Map.dhall: fix field name in the docstring

Fix copy-n-paste error in the documentat...

github.com/dhall-lang/dhall-lang - ced3b974fe2d6de7476b56cef393f93969baa894 authored over 5 years ago
dhall-lsp-server: (new feature) annotate lets (#1014)

github.com/dhall-lang/dhall-haskell - dc5f70011d9c0f0c8cbb87d9bcf2283064f61ac7 authored over 5 years ago
fix tutorial typo (#1016)

Thank you!

github.com/dhall-lang/dhall-haskell - 6fee49d47ca4389b1d59b8237d3f76bb31c4a7a4 authored over 5 years ago
Commuting operators should not normalize commuted (#592)

Some of these examples found a bug in dhall-ruby where normalization for
commuting operators wo...

github.com/dhall-lang/dhall-lang - e01c734e612daac327b06845e45c34552d65d9e1 authored over 5 years ago
Add `dhall-json` support for weakly-typed JSON values (#1007)

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

This matches the standard represent...

github.com/dhall-lang/dhall-haskell - da085435c18a07a9539912dbb49e8a052f24c266 authored over 5 years ago
Prelude: Add standard representation for weakly-typed JSON values (#586)

This adds a new `JSON` type for representing unstructured JSON data
in Dhall.

The goal is to...

github.com/dhall-lang/dhall-lang - 7a2acce9d445cd33920a91a8deee2d7ed3c16870 authored over 5 years ago
Fix parenthesizeUsing parser test (#587)

B side had wrong encoding for the outer integrity check.

github.com/dhall-lang/dhall-lang - e7eb5337108080568aa65fdf2f4941fb0290e02d authored over 5 years ago
Normalize projection-by-expression via projection (#589)

This simplifies the semantics somewhat (actual projection is only there
once) but also allows f...

github.com/dhall-lang/dhall-lang - 2c6c074e0e0fe7ebed4f93f2dc5f76e8db398d3e authored over 5 years ago
Fix projection by expression parser test and add more (#588)

github.com/dhall-lang/dhall-lang - fec7ac1b52e4a4c4c2467954eaf91b8b8998f714 authored over 5 years ago
Fix substitution into record projection by type (#1012)

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

The `subst`/`shift`/`subExpress...

github.com/dhall-lang/dhall-haskell - 5c93429b596b1ff100f049a470dfe9286efb9c01 authored over 5 years ago
Eta support for dhall-json (#1013)

After #989 and #993 the use of the `yaml` package is isolated in the lib modules `Dhall.Yaml` an...

github.com/dhall-lang/dhall-haskell - 95dc3daae84618d6d2d1d231a4fe76a05c273e5d authored over 5 years ago
dhall-lsp-server: Type on hover (#1008)

* Type on Hover 1/2: Backend

Adds a function typeAt that, given an annotated expression and a...

github.com/dhall-lang/dhall-haskell - 66833cbfa5a86a0c3dfa76b2ade80292b581d5bd authored over 5 years ago
Minor fix to `dhall diff` (#1006)

`dhall diff` slightly misbehaves when diffing the following expression with
itself:

```dhall...

github.com/dhall-lang/dhall-haskell - b001a61a02b691977525f8833798ea3bf1128bac authored over 5 years ago
Fix `--file` option (#1004)

The `--file` option was essentially broken since it passed in the
file path instead of the dire...

github.com/dhall-lang/dhall-haskell - 53f5fa158e5c5f2ccf6253903954e96c54b60ac6 authored over 5 years ago
Remove support for old-style `List`-like `Optional` literals (#1002)

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

github.com/dhall-lang/dhall-haskell - 154d1c52cf9af05c4141c9eb6b73935db22a8f8b authored over 5 years ago
dhall-lsp-server: Towards implementing a "convert to JSON" command (#1005)

At the moment the VSCode plugin contains a hacked-together prototype of
a dhall-to-json (and -t...

github.com/dhall-lang/dhall-haskell - bed87530b5830a233afa657d51dae113028077d6 authored over 5 years ago
Generate dhall/types with dhall-to-cabal-meta (#167)

* Use Dhall.Lint to simplify --print-type and --print-default.

Unconditionally adding a bindi...

github.com/dhall-lang/dhall-to-cabal - 77fe73b74b5af98b315cb0a2dd4ff5f2c1e1cc03 authored over 5 years ago