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

Add `showConstructor` keyword (#2384)

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

Co-authored-by: David...

a13c6564d3d04ce19cabf85b03067d808a9a0fd6 authored almost 3 years ago
dhall-docs: Relax upper bound on path-io (#2385)

19f3c5c6df61d25b0dbe4314299fd46d5165165f authored almost 3 years ago
Fix pretty-printing of timezones (#2379)

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

ecef9b7daf5bb16d2678a7c973406fbc78731d19 authored almost 3 years ago
Re-enable remaining CORS tests (#2378)

Now that https://github.com/dhall-lang/dhall-lang/pull/1272 is
merged these tests pass

4561a41c365b8face018b105da9387347022acb9 authored almost 3 years ago
Allow optparse-applicative 0.17 (#2376)

https://hackage.haskell.org/package/optparse-applicative-0.17.0.0/changelog

6b4987b71c97ee024ad7d5f4b25225c4388ce0fe authored about 3 years ago
Re-enable some CORS tests (#2371)

These tests now work correctly after upstream fixes to
`test.dhall-lang.org`

4a8ef344fe54dfb8839a7ce00c95b3df7df1c4ac authored about 3 years ago
Fix macOS release archive format (#2367)

macOS tar doesn't compress with bzip2 purely based on `tar.bz2` extension, `-j` must be provided...

de7d772c87b05d0f6acea5050b00390ec615b730 authored about 3 years ago
Fix various warnings for `dhall` package (#2363)

2df2a5186270e5fcd7aa1848e119706df33dd7e6 authored about 3 years ago
Fix formatting logic to preserve shebangs (#2364)

Fixes #2361

46877249292c5d209b7daa60d1bd0da4894207cc authored about 3 years ago
Fix Mergify configuration (#2365)

They have a new queue mechanism that supersedes "strict: smart"

83043a837a67911a9da144d9a0fc27c5c180fb07 authored about 3 years ago
dhall-json: Don't use scientific notation for large integers (#2352)

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

7519ab974c3f9f828a322b3355f4e1e20c5fd6ca authored about 3 years ago
Assume Swagger integer is Dhall Natural unless evidence to contrary (#2316)

77c5fe2997420195b48e230a1f2b46d12600e561 authored about 3 years ago
Allow `Some` in `with` expression (#2354)

ba61a245e9dfb74dcdbd2444421b190a660a79f5 authored about 3 years ago
dhall-toml: Add basic optparse-applicative CLI (#2355)

738679fc3f65350892d4c434b0d3cc40226d1ecb authored about 3 years ago
cabal.project: Re-add dhall-lsp-server (#2358)

This reverts a change that prematurely merged in
https://github.com/dhall-lang/dhall-haskell/pu...

1cd0d86e023176f3a4c72af632a81454b95bbc13 authored about 3 years ago
Allow text-2.0 (#2356)

https://hackage.haskell.org/package/text-2.0/changelog

e024dc0b53625923ea4a23ea1b1dca3c068fa09b authored about 3 years ago
Fix `dhall freeze --cache` to support v21.0.0 (#2350)

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

This now uses `missing sha256:…...

0af9841c959fcbe7732f365b3aaef81b42fd6d26 authored about 3 years ago
Add FromDhall instances for Int{,8,16,32,64} (#2349)

c616a62e304e04e359f2c9b6393ca1a8345b42cc authored about 3 years ago
Lower bound on base64-bytestring (#2345)

This will help fix the Nixpkgs build of dhall-nixpkgs, since
base64-bytestring is still held ba...

67263612a31ca4ce8c466120c8c19d5615adb4c1 authored about 3 years ago
Upgrade Nixpkgs (#2344)

… in order to pick up support for Apple silicon

631c4e619fd59880bfabe51abe3b790044ddf1c0 authored about 3 years ago
dhall.cabal: Use a Common stanza (#2342)

78c3a85400c54a7cf3d6615cc6e88b2009714e34 authored about 3 years ago
dhall-openapi: Fix handling of additionalProperties (#2343)

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

Basically, `additionalPropertie...

d50094d8aefc96746cf772aa8521caafa21f0356 authored about 3 years ago
dhall.cabal: Use more globbing in Extra-Source-Files (#2341)

…which requires bumping the Cabal-Version to 2.4.

This adds some test files to the source dis...

2c8f6b474626240a3a56ed3c1babba02d5c23ea4 authored about 3 years ago
Version 1.40.1 → 1.40.2 (#2340)

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

fc56822eb56ca280a7d574eb9c056c2b8bb0a05c authored about 3 years ago
don't accept bar after empty union (#2338)

31350b787ee95d2b28a079da2851960b4604af0d authored about 3 years ago
Improve Windows release binaries (#2322)

… by using `.zip` files instead of `.tar.bz2` and also by
adding a `.exe` suffix to Windows exe...

14ae4296874fa9bdd4b585f0ef82d43cff36b091 authored about 3 years ago
Add `dhall-nixpkgs` support for gists (#2306)

Related to https://github.com/dhall-lang/dhall-haskell/pull/2304

186219fc3136ced24474886649dabbf739214527 authored about 3 years ago
Support lucid 2.11 (#2327)

https://hackage.haskell.org/package/lucid-2.11.0/changelog

The test changes are due to the ne...

738f573baf37316914c2395b9886d496cad8418b authored about 3 years ago
Migrate from memory+cryptonite to base16-bytestring+cryptohash-sha256 (#2335)

* dhall: memory+cryptonite -> base16-bytestring+cryptohash-sha256

* dhall-docs: memory+cryptoni...

30f96178fce9d0bcafc74812df73e46fb66febd3 authored about 3 years ago
dhall-lsp-server: Allow lens-0.5.1 (#2334)

https://hackage.haskell.org/package/lens-5.1/changelog

0aacc3df7b2d8ab9ace0bab919dd15eb108d2217 authored about 3 years ago
Remove upper bounds on doctest (#2332)

…for compatibility with v0.20:

https://hackage.haskell.org/package/doctest-0.20.0/changelog
...

90f51ba8facb977e4ca5bb9e2ee7490ebf365752 authored about 3 years ago
Allow hspec 2.9 (#2333)

c7089e29d73e6f0c07753af652eb0a279a7bf2f0 authored about 3 years ago
Allow doctest 0.19 (#2331)

https://hackage.haskell.org/package/doctest-0.19.0/changelog

The changelog mentions improveme...

68b05a6a7a34ee2cf4eaf71c09e86b3f11f70b0e authored about 3 years ago
Support GHC 9.2 (#2328)

* Support GHC 9.2

* Address -Wincomplete-uni-patterns warning

Co-authored-by: mergify[bot] <37...

76b7437215bdf09b0d82c9fbc90285e406864960 authored about 3 years ago
Build against hashable-1.4 (#2329)

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

96ad5ed82f12774be48ff8caf2513cb3cd1893b1 authored about 3 years ago
Fix dhall-toml doctest (#2325)

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

aca580369efe260153dd9d9c37b9cef7e6e4d877 authored about 3 years ago
Change dhall-hash argument to dhallHash for dhall-to-nixpkgs --fixed-output-derivations (#2326)

c36ee6fe20d830c21c7a7a91e2ea2a85c0b4b5af authored about 3 years ago
Allow aeson 2.0 (#2315)

https://hackage.haskell.org/package/aeson-2.0.0.0/changelog

The one exception is `dhall-lsp-s...

becb4468c27aeacfc7f713c8d83b27957b43b307 authored over 3 years ago
Generalize grammar for certain annotation expressions (#2320)

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

d561b77d051b1653e596cd38f9ac3c0a52ad2401 authored over 3 years ago
Add support for building remote imports as FOD to dhall-nixpkgs (#2318)

dc31e3c6e14d9a77183b552f1aa8e2eef00f5915 authored over 3 years ago
dhall-docs: Allow lucid 2.10 (#2319)

https://hackage.haskell.org/package/lucid-2.10.0/changelog

705ad213db77f05c81cc30a98c959bd8c5c0b476 authored over 3 years ago
Remove some compatibility code (#2314)

All the dependency versions in question were released more
than one year ago.

Co-authored-by: m...

1366883c2891d1bec411aef4616cfc7d177478a4 authored over 3 years ago
Add support for a trailing comment without a newline (#2309)

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

Co-authored-by: mergify...

9f0dd67039ccc7cb13f00a0547efa7fd2dbcf95c authored over 3 years ago
Adjust megaparsec upper bounds for SemVer (#2312)

Context: https://github.com/mrkkrp/megaparsec/issues/469

8eead56eb4ab458030d2f5ef17250aaecd2ef851 authored over 3 years ago
Allow megaparsec 9.2 (#2311)

https://hackage.haskell.org/package/megaparsec-9.2.0/changelog

0362a1b6228a8474945ed69b6964f3e499c5aa50 authored over 3 years ago
Support for headers.dhall configuration (#2236)

33fc498e72aa790c954027c92748894e33472e84 authored over 3 years ago
Support *ENV.dhall for import failure tests (#2305)

ef25e80b1f5f22242422c101180526a91f5c5e7d authored over 3 years ago
Allow tasty-silver 3.3 (#2307)

https://hackage.haskell.org/package/tasty-silver-3.3/changelog

8f901d2a427fa60f58752c0e23573193a81357aa authored over 3 years ago
Clarify what referentially opaque means, for the uninitiated (#2303)

997a1533fb000ddf1f11cee42f19679f61ac232a authored over 3 years ago
Traversal over immediate subexpressions and the embedded values (#2302)

ab64a9d2b09326699edfe26f0567ee1e9efccba6 authored over 3 years ago
Upgrade Nixpkgs (#2301)

97f0cd8e9c25ff1dfed92597457bc985033c2f1f authored over 3 years ago
Modifying field names in generated Haskell types (#2285)

* Dhall.TH: Configurable {From,To}Dhall instances

This commit adds two fields to both construct...

ef579f34a1a1e393d9f8bae6c22c2ac2a4025c0a authored over 3 years ago
Add `FromDhall`/`ToDhall` for `LocalTime`/`ZonedTime`/`UTCTime` (#2300)

a52a3e7ec2b3c828255c4f5e0234c816c3462fa9 authored over 3 years ago
Improve robustness of `:let` command (#2297)

* Improve robustness of `:let` command

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

fa11f0cd6faa1cd8f3c992ea68ee0e7bb1b7527d authored over 3 years ago
`FromDhall` / `ToDhall` instances for temporal values (#2294)

* `FromDhall` / `ToDhall` instances for temporal values

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

8ab55293827f90a1732b8e6fdfbd565ad0610519 authored over 3 years ago
Fix the FunctionBinding documentation (#2290)

This change makes the current doc render properly.

355a2ad571551d1ded4becc9e24353daa4267bb2 authored over 3 years ago
Use `prettyprinter`'s new `Prettyprinter` module hierarchy (#2298)

* Use `prettyprinter`'s new `Prettyprinter` module hierarchy

The old `Data.Text.Prettyprint` mo...

235f38c8048c9a9fee7379d77fc55d179e0d107e authored over 3 years ago
nix: include `cabal-install` in all shells (#2283)

5ba351506249ca7da19cb1f1c3e654fd977d0212 authored over 3 years ago
Add `dhall-{csv,toml}` to the release script (#2292)

750b4c0a7696e911c2e2628b8d2b7d5b504b8407 authored over 3 years ago
Version 1.40.0 → 1.40.1 (#2293)

8f62fdf6b267d98273ec701b3079e80305b83ce1 authored over 3 years ago
Fix equivalence check for `Date`/`Time`/`TimeZone` (#2291)

This is fixing a bug where a temporal literal fails to type-check
when given a type annotation ...

c3351ea01a35d5ebd395b67282eb9155b567c53c authored over 3 years ago
Document `dhall-openapi` (#2288)

* Document `dhall-openapi`

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

* Rew...

01e7048f0491527455ad4fc9e8c9b16447adc6de authored over 3 years ago
Update `README` to reference dhall-{csv,toml} (#2287)

ab930eb7cc4bb0fdb20a6b07e81cf0565886068a authored over 3 years ago
Version 1.39.0 → 1.40.0 (#2284)

314a9449f7f64c594c8ca201d4823382b1a688ad authored over 3 years ago
toml: fix bug converting nested union values (#2282)

Lists of records should be represented as TOML tables, the logic for
this was only checking for...

b52fb4f85cf9e012b0ad4dca50dbdc77b7acb561 authored over 3 years ago
Always parenthesize custom headers (#2280)

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

This avoids ambiguous parses for ...

46a8f56cb2f86c9e2fef4153785e54a90f5a7b24 authored over 3 years ago
Feature/dhall csv docs (#2279)

* feat(dhall-to-csv): reference documentation

* feat(dhall-to-csv): better error messages

* fe...

3aed93f8abbe43a8cda7a138a75bbd8e72e37c46 authored over 3 years ago
Support reading test-specific environment from *ENV.dhall file (#2268)

75d2822efc71e24aa7213e3d5a698eb62d8fd9a2 authored over 3 years ago
Add FromDhall instance for Contravariant functors: Predicate, Equivalence, Op (#2278)

2366f40056973ee56300a62ec7fdf79872ef8dc8 authored over 3 years ago
toml: refactor and improve documentation (#2263)

9b43e4b0c2b4ca72e4165124496e091b283e8dcb authored over 3 years ago
Feature/dhall csv tests (#2277)

* feat(dhall-to-csv): escape sequences test

* feat(csv-to-dhall): escape sequences test

* feat...

6a1af03658d78165973358b9e91f1347e3ffaf4b authored over 3 years ago
Feature/csv to dhall with schema (#2260)

* feat(csv-to-dhall): Change dhallFromCsv function to accept a Dhall type

* feat(csv-to-dhall):...

378d4934bd9fb6f126cc4d3ad853f0026496b012 authored over 3 years ago
.mergify.yml: Update status checks (#2272)

4278839134115163e17439362d55a072970637a2 authored over 3 years ago
Re-enable GHA dhall build on Windows (#2271)

…but keep the problematic doctests disabled.

This reverts commit 06dac3d229073779f4594e6d96fe...

5fdc01925e80245342c54ca5ba75515145bc488d authored over 3 years ago
Fix names of expected failures for import tests (#2269)

05f93e0 had updated the test logic to remove the `A.dhall` suffix from
the test name prefix, bu...

8aed63714def462056847f685f5871d74c12b6cf authored over 3 years ago
Test/Import: check equivalence for import test cases (#2261)

05f93e0e455862be23249967cbff9552b37875de authored over 3 years ago
Add support for `Date` / `Time` / `TimeZone` (#2247)

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

3efdc6dcf6fe3246682fcbbf1971fca43717a65f authored over 3 years ago
Allow megaparsec 9.1 and mmorph 1.2 in all the packages (#2258)

The affected packages build fine with
`--allow-newer='hnix:megaparsec,tomland:megaparsec'`.

056e6b6daddbf5737504208b7afe174f48adf9aa authored over 3 years ago
dhall-toml: implement basic toml -> dhall (#2251)

Conversion from TOML to Dhall, with a required schema file. I added a
comment about it, but I i...

b842dd97f62d7fe9699228b37c026d580a8d28e3 authored over 3 years ago
Remove redundant dependency on transformers-compat (#2257)

94c336dfb341915664596be68280369f28b3fa03 authored over 3 years ago
Build against `mmorph-1.2.0` (#2256)

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

bc61f860d6e87bec371a3d23a4492fce35d08360 authored over 3 years ago
Allow megaparsec 9.1 (#2252)

https://hackage.haskell.org/package/megaparsec-9.1.0/changelog

79e23ba07dab869ba763138415c8a981ce8d8eef authored over 3 years ago
Feature/convert headerless csv (#2253)

* feat: add functions to decode headerless CSVs

* feat: adapt main funcion to accept headerle...

e5176d9d06bde080608d6abcb39bc17d210379e2 authored over 3 years ago
dhall-openapi: Silence warning regarding unused wildcard match (#2246)

d5fa43a1ee6559389a6ff9817363fbb9d4f09fb2 authored over 3 years ago
Allow generic-random 1.5.0.0 (#2250)

https://hackage.haskell.org/package/generic-random-1.5.0.0/changelog

dbfd6e727628bf7262d7ca2e0e7582d4fa548160 authored over 3 years ago
Allow hnix-0.14 (#2245)

https://hackage.haskell.org/package/hnix-0.14.0.1/changelog

5f1dacfd7bd5e47a4454709e2071ba3ec472abf4 authored over 3 years ago
Add hints for type errors where the user might have meant `{=}` instead of `{}` (#2238)

84b5ae8d2746816f4d4595c2b985adf161383bc5 authored over 3 years ago
GHA: Temporarily exclude dhall from Windows CI (#2243)

Context: #2237

06dac3d229073779f4594e6d96feb8bf016c69b5 authored over 3 years ago
Fix MustCombineARecord explanation (#2244)

This bug manifested as an incorrect type error explanation:

You supplied this expression ...

7ca9e3d4718563b152647e41a271770470bffadf authored over 3 years ago
Feature/dhall csv command line options (#2242)

* feat(csv-to-dhall): basic functions to convert CSVs to lists of records of text

* fix: fix ...

520ab0b85444c9afe8e0d09405876726f036f9ff authored over 3 years ago
feat(csv-to-dhall): Basic conversion from CSV to Dhall (#2234)

* feat(csv-to-dhall): basic functions to convert CSVs to lists of records of text

* fix: fix ...

7168b9700d460073bd7264de57ee0c2c3b04a886 authored over 3 years ago
Feature/move render expression to Dhall.Utility (#2235)

* feat: moved render expression to Dhall.Util

* feat: replaced renderExpression in json-to-dh...

5b3c1639be80e5255cd4700bf3b59413ad9bcf64 authored over 3 years ago
toml: add support for unions (#2240)

5507cc6268a5ab95ff2a7f78ff84e258f2eff413 authored over 3 years ago
dhall-toml: add support for lists (#2231)

1477514580289b90cbd0dabc156721af15206334 authored over 3 years ago
Exclude dhall-nix on Ubuntu from CI (#2232)

5e65ca459bec364f1c6aa07e93a5ed4a8d522371 authored over 3 years ago
Bumped Stack resolver to LTS 18 (#2196)

* AppVeyor: Use stack 2.71

* Install libsodium

* Travis: Update homebrew

* Bumped stack...

c23e4d55691bbec2cae6f809dece357de3153382 authored over 3 years ago
dhall-to-toml: basic conversion (#2229)

* convert primitive types
* convert records
* dhall-to-toml command that works through stdin a...

04aa88f1081dbd44889ed54895cf8409f5211251 authored over 3 years ago
Feature/dhall to csv basic conversion (#2226)

* feat(dhall-to-csv): add basic functions to convert from dhall to csv

* feat(dhall-to-csv): ad...

14847f3217084c62c20a2ad29d6340ec4eaa85be authored over 3 years ago
toml: stubbed main functions + tests (#2228)

4d2600b06b8eed276733171ba29a4827923e408b authored over 3 years ago
dhall-docs: Allow path 0.9 (#2227)

https://hackage.haskell.org/package/path-0.9.0/changelog

Co-authored-by: mergify[bot] <37929162...

5781ab462ac9786c73d41437f2fd6c9a556ca095 authored over 3 years ago