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

Version 1.39.0 → 1.40.0 (#2284)

github.com/dhall-lang/dhall-haskell - 314a9449f7f64c594c8ca201d4823382b1a688ad authored over 3 years ago by Gabriella Gonzalez <[email protected]>
Remove unused `date-time` & `full-time` abnf rules (#1193)

github.com/dhall-lang/dhall-lang - df4b191acdc59c3f8f0d497100728353f2ab9e51 authored over 3 years ago by SiriusStarr <[email protected]>
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...

github.com/dhall-lang/dhall-haskell - b52fb4f85cf9e012b0ad4dca50dbdc77b7acb561 authored over 3 years ago by Julio <[email protected]>
Always parenthesize custom headers (#2280)

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

This avoids ambiguous parses for ...

github.com/dhall-lang/dhall-haskell - 46a8f56cb2f86c9e2fef4153785e54a90f5a7b24 authored over 3 years ago by Gabriella Gonzalez <[email protected]>
Feature/dhall csv docs (#2279)

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

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

* fe...

github.com/dhall-lang/dhall-haskell - 3aed93f8abbe43a8cda7a138a75bbd8e72e37c46 authored over 3 years ago by MarcosJLR <[email protected]>
Support reading test-specific environment from *ENV.dhall file (#2268)

github.com/dhall-lang/dhall-haskell - 75d2822efc71e24aa7213e3d5a698eb62d8fd9a2 authored over 3 years ago by Tim Cuthbertson <[email protected]>
Add Prelude v21.0.0 package to store (#1203)

github.com/dhall-lang/dhall-lang - d44882ef5148590bd660cd8d90b0347a48c0825b authored over 3 years ago by SiriusStarr <[email protected]>
Add FromDhall instance for Contravariant functors: Predicate, Equivalence, Op (#2278)

github.com/dhall-lang/dhall-haskell - 2366f40056973ee56300a62ec7fdf79872ef8dc8 authored over 3 years ago by locallycompact <[email protected]>
Remove mention that `dhall-to-json` could produce valid TOML documents (#1200)

Co-authored-by: Gabriella Gonzalez <[email protected]>

github.com/dhall-lang/dhall-lang - de3e9a780ea594ce89b4175914477f1deb6f557d authored over 3 years ago by silverraven691 <[email protected]>
Version 20.2.0 → 21.0.0 (#1194)

github.com/dhall-lang/dhall-lang - 9bff2e8c611120bfe77df2ed021d89df5358b2fa authored over 3 years ago by Gabriella Gonzalez <[email protected]>
toml: refactor and improve documentation (#2263)

github.com/dhall-lang/dhall-haskell - 9b43e4b0c2b4ca72e4165124496e091b283e8dcb authored over 3 years ago by Julio <[email protected]>
Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release no...

github.com/dhall-lang/vscode-dhall-lsp-server - 7d7e587587cbfda61e97481f5ccde678f422c8ad authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Feature/dhall csv tests (#2277)

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

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

* feat...

github.com/dhall-lang/dhall-haskell - 6a1af03658d78165973358b9e91f1347e3ffaf4b authored over 3 years ago by MarcosJLR <[email protected]>
Standardise origin-based header configuration (#1192)

github.com/dhall-lang/dhall-lang - 481b26dae3b11a01df7ca054155fd69e8373be4b authored over 3 years ago by Tim Cuthbertson <[email protected]>
Feature/csv to dhall with schema (#2260)

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

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

github.com/dhall-lang/dhall-haskell - 378d4934bd9fb6f126cc4d3ad853f0026496b012 authored over 3 years ago by MarcosJLR <[email protected]>
.mergify.yml: Update status checks (#2272)

github.com/dhall-lang/dhall-haskell - 4278839134115163e17439362d55a072970637a2 authored over 3 years ago by Simon Jakobi <[email protected]>
Re-enable GHA dhall build on Windows (#2271)

…but keep the problematic doctests disabled.

This reverts commit 06dac3d229073779f4594e6d96fe...

github.com/dhall-lang/dhall-haskell - 5fdc01925e80245342c54ca5ba75515145bc488d authored over 3 years ago by Simon Jakobi <[email protected]>
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...

github.com/dhall-lang/dhall-haskell - 8aed63714def462056847f685f5871d74c12b6cf authored over 3 years ago by Simon Jakobi <[email protected]>
Test/Import: check equivalence for import test cases (#2261)

github.com/dhall-lang/dhall-haskell - 05f93e0e455862be23249967cbff9552b37875de authored over 3 years ago by Tim Cuthbertson <[email protected]>
Add support for `Date` / `Time` / `TimeZone` (#2247)

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

github.com/dhall-lang/dhall-haskell - 3efdc6dcf6fe3246682fcbbf1971fca43717a65f authored over 3 years ago by Gabriel Gonzalez <[email protected]>
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'`.

github.com/dhall-lang/dhall-haskell - 056e6b6daddbf5737504208b7afe174f48adf9aa authored over 3 years ago by Simon Jakobi <[email protected]>
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...

github.com/dhall-lang/dhall-haskell - b842dd97f62d7fe9699228b37c026d580a8d28e3 authored over 3 years ago by Julio <[email protected]>
Remove redundant dependency on transformers-compat (#2257)

github.com/dhall-lang/dhall-haskell - 94c336dfb341915664596be68280369f28b3fa03 authored over 3 years ago by Simon Jakobi <[email protected]>
Build against `mmorph-1.2.0` (#2256)

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

github.com/dhall-lang/dhall-haskell - bc61f860d6e87bec371a3d23a4492fce35d08360 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Standardize support for dates / times / time zones (#1191)

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

github.com/dhall-lang/dhall-lang - 8d22f9f563ffd94a60d23938f4b2c9cc972c2395 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Allow megaparsec 9.1 (#2252)

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

github.com/dhall-lang/dhall-haskell - 79e23ba07dab869ba763138415c8a981ce8d8eef authored over 3 years ago by Felix Yan <[email protected]>
Feature/convert headerless csv (#2253)

* feat: add functions to decode headerless CSVs

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

github.com/dhall-lang/dhall-haskell - e5176d9d06bde080608d6abcb39bc17d210379e2 authored over 3 years ago by MarcosJLR <[email protected]>
dhall-openapi: Silence warning regarding unused wildcard match (#2246)

github.com/dhall-lang/dhall-haskell - d5fa43a1ee6559389a6ff9817363fbb9d4f09fb2 authored over 3 years ago by Simon Jakobi <[email protected]>
Allow generic-random 1.5.0.0 (#2250)

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

github.com/dhall-lang/dhall-haskell - dbfd6e727628bf7262d7ca2e0e7582d4fa548160 authored over 3 years ago by Felix Yan <[email protected]>
Test changes for dhall-purescript (#1190)

* Use .dhall suffix for remoteSystems normalization test

To match the non-alpha-normalized re...

github.com/dhall-lang/dhall-lang - acc5466ded882677714852ab110f64ca4a9db3c0 authored over 3 years ago by Nick Scheel <[email protected]>
Allow hnix-0.14 (#2245)

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

github.com/dhall-lang/dhall-haskell - 5f1dacfd7bd5e47a4454709e2071ba3ec472abf4 authored over 3 years ago by Simon Jakobi <[email protected]>
Small fix to `generate` script (#171)

Make sure that `rm` doesn't fail if the release has never been generated before

github.com/dhall-lang/dhall-kubernetes - 8c24915f939796277171cd4f4716852de3cc416c authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Support Kubernetes 1.20 and 1.21 (#170)

Fixes https://github.com/dhall-lang/dhall-kubernetes/issues/169

github.com/dhall-lang/dhall-kubernetes - 5227c6f47daf88c616e3bccb918c70869f65f91b authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Add hints for type errors where the user might have meant `{=}` instead of `{}` (#2238)

github.com/dhall-lang/dhall-haskell - 84b5ae8d2746816f4d4595c2b985adf161383bc5 authored over 3 years ago by Tim Cuthbertson <[email protected]>
GHA: Temporarily exclude dhall from Windows CI (#2243)

Context: #2237

github.com/dhall-lang/dhall-haskell - 06dac3d229073779f4594e6d96feb8bf016c69b5 authored over 3 years ago by Simon Jakobi <[email protected]>
Fix MustCombineARecord explanation (#2244)

This bug manifested as an incorrect type error explanation:

You supplied this expression ...

github.com/dhall-lang/dhall-haskell - 7ca9e3d4718563b152647e41a271770470bffadf authored over 3 years ago by Simon Jakobi <[email protected]>
Feature/dhall csv command line options (#2242)

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

* fix: fix ...

github.com/dhall-lang/dhall-haskell - 520ab0b85444c9afe8e0d09405876726f036f9ff authored over 3 years ago by MarcosJLR <[email protected]>
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 ...

github.com/dhall-lang/dhall-haskell - 7168b9700d460073bd7264de57ee0c2c3b04a886 authored over 3 years ago by MarcosJLR <[email protected]>
store.dhall-lang.org: Copy full URL to clipboard (#1189)

This entails upgrading Nixpkgs to pick up the latest
`buildDhallPackage`, which in turn entails...

github.com/dhall-lang/dhall-lang - e953bb3ba003c9567afbcacf680c976536550617 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Feature/move render expression to Dhall.Utility (#2235)

* feat: moved render expression to Dhall.Util

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

github.com/dhall-lang/dhall-haskell - 5b3c1639be80e5255cd4700bf3b59413ad9bcf64 authored over 3 years ago by MarcosJLR <[email protected]>
toml: add support for unions (#2240)

github.com/dhall-lang/dhall-haskell - 5507cc6268a5ab95ff2a7f78ff84e258f2eff413 authored over 3 years ago by Julio <[email protected]>
dhall-toml: add support for lists (#2231)

github.com/dhall-lang/dhall-haskell - 1477514580289b90cbd0dabc156721af15206334 authored over 3 years ago by Julio <[email protected]>
Exclude dhall-nix on Ubuntu from CI (#2232)

github.com/dhall-lang/dhall-haskell - 5e65ca459bec364f1c6aa07e93a5ed4a8d522371 authored over 3 years ago by Mann mit Hut <[email protected]>
Bumped Stack resolver to LTS 18 (#2196)

* AppVeyor: Use stack 2.71

* Install libsodium

* Travis: Update homebrew

* Bumped stack...

github.com/dhall-lang/dhall-haskell - c23e4d55691bbec2cae6f809dece357de3153382 authored over 3 years ago by Mann mit Hut <[email protected]>
dhall-to-toml: basic conversion (#2229)

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

github.com/dhall-lang/dhall-haskell - 04aa88f1081dbd44889ed54895cf8409f5211251 authored over 3 years ago by Julio <[email protected]>
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...

github.com/dhall-lang/dhall-haskell - 14847f3217084c62c20a2ad29d6340ec4eaa85be authored over 3 years ago by MarcosJLR <[email protected]>
toml: stubbed main functions + tests (#2228)

github.com/dhall-lang/dhall-haskell - 4d2600b06b8eed276733171ba29a4827923e408b authored over 3 years ago by Julio <[email protected]>
dhall-docs: Allow path 0.9 (#2227)

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

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

github.com/dhall-lang/dhall-haskell - 5781ab462ac9786c73d41437f2fd6c9a556ca095 authored over 3 years ago by Simon Jakobi <[email protected]>
Add GitHub Actions to CI (#2199)

github.com/dhall-lang/dhall-haskell - 9b0cc58b123659b0a4aee1ff2c10a06d9b7971d8 authored over 3 years ago by Mann mit Hut <[email protected]>
add tomland dependency and bump stackage snapshot (#2224)

* add tomland dependency and bump stackage snapshot

The stackage snapshot version was updated t...

github.com/dhall-lang/dhall-haskell - e10da1aed66c4ab03450021f0c7b3c24a0e94e46 authored over 3 years ago by Julio <[email protected]>
feat(dhall-csv): skeleton to provide golden testing for the package (#2225)

github.com/dhall-lang/dhall-haskell - 4526861982ecb6f58daa908b6260b7293cdb3a75 authored over 3 years ago by MarcosJLR <[email protected]>
fix(dhall-csv): add dhall-csv to travis and appveyor (#2222)

github.com/dhall-lang/dhall-haskell - d06a091b1065509c04b05074aeb4ee0e72173faf authored over 3 years ago by MarcosJLR <[email protected]>
Bootstrap dhall-toml library and executables (#2216)

This created simple library and executable files as well as modifying some of the infrastructure...

github.com/dhall-lang/dhall-haskell - 77e673286028372679712fd0b50e43be504a5784 authored over 3 years ago by Julio <[email protected]>
Add `--base-import-url` flag to `dhall-docs` (#2215)

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

This allows paths copied to the cl...

github.com/dhall-lang/dhall-haskell - ae4bbc93fe826aea5c59e427b23c67fcce323d4b authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Fix Prelude test files to use `.dhall` suffix (#1186)

github.com/dhall-lang/dhall-lang - 204a9d9dd167d2c9038539148a09825ded62f1b8 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Upgrade Haskell implementation (#1187)

github.com/dhall-lang/dhall-lang - 9758483fcf20baf270dda5eceb10535d0c0aa5a8 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Remove `Tested-With`-stanzas from cabal files (#2217)

All of these stanzas provided outdated information. Instead of
vowing to keep this information ...

github.com/dhall-lang/dhall-haskell - 625e5d74cf4c2d6530bcf70e33e245895358a606 authored over 3 years ago by Simon Jakobi <[email protected]>
Implement new fall-back behavior for `?` (#2203)

… and also track other standard changes, like parsing
multiple shebang lines

github.com/dhall-lang/dhall-haskell - a351cd8a7de1fb5bb0afb0e2a5a95c195f59b858 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
feat(dhall-csv): add dhall csv skeleton (#2214)

* add README, LICENSE and dhall-csv.cabal files

* add CHANGELOG and dummy main files for execut...

github.com/dhall-lang/dhall-haskell - 88ad5654715add0ee98f4cc027fbb397f7fe933f authored over 3 years ago by MarcosJLR <[email protected]>
Add parser failure test for whitespace before with (#1184)

github.com/dhall-lang/dhall-lang - 0344def6f991027be223280b6e8ae7460ecd7c3f authored over 3 years ago by Travis Brown <[email protected]>
Change `?` to only fall back on absent imports (#1181)

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

This changes the behavior of the `...

github.com/dhall-lang/dhall-lang - 8e11efde7c57c36259ebf4c01c50753025c51812 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Require whitespace before with (#2213)

github.com/dhall-lang/dhall-haskell - 19ab1cb8f630ccc033d8d00cd0134644712343cc authored over 3 years ago by Travis Brown <[email protected]>
Add `dhall-tsconfig` (#30)

github.com/dhall-lang/awesome-dhall - 7dde1a582a90156ba88c1f3ca090d2bd1aa7f9be authored over 3 years ago by Marshall Bowers <[email protected]>
Fix tests on Windows (#2208)

The main issue was the `B.dhall` test files using the wrong
line-ending, which is fixed by tell...

github.com/dhall-lang/dhall-haskell - 1798cd744b26c2492331830ff7822d645bdb175a authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Sort `let` bindings with imports (#2205)

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

This sorts imports within a seq...

github.com/dhall-lang/dhall-haskell - 3698b0f5d2e4c6f56ad83f2117811591b112bce7 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Fix release script (#2207)

* Fix release script

… to work with Cabal's V2 CLI

The only thing I wasn't able to fix yet was...

github.com/dhall-lang/dhall-haskell - e29d8b6aedbf7bfbb78d726eb80ddee7f79d7afe authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Version 1.38.1 → 1.39.0 (#2201)

github.com/dhall-lang/dhall-haskell - fee95239a9ce9b6f2380a79bf1789a3d2d182c48 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Add Prelude support for NonEmpty lists (#1177)

github.com/dhall-lang/dhall-lang - 2eda6e2d0bd6c5bfeb243df1a80a09b2505caae4 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Allow tasty-hspec 1.2 (#2202)

github.com/dhall-lang/dhall-haskell - c2d22e82481d6d104c40d6816d84a7ed4d92fcb8 authored over 3 years ago by Simon Jakobi <[email protected]>
Dhall quasi-quoter (#2198)

* Added quasi-quoter for Dhall expressions

* Run stylish-haskell on Dhall.TH

* Updated error m...

github.com/dhall-lang/dhall-haskell - 68da43454d41785beee94ab722b060665aa79cce authored over 3 years ago by Mann mit Hut <[email protected]>
Fixes #1786: Moved marshalling code to own namespace (#2193)

All decoding related code was moved to Dhall.Marshal.Decode and the
encoding related code to Dh...

github.com/dhall-lang/dhall-haskell - 3a42c98d6af8413789e8b275276e79c476dfcd05 authored over 3 years ago by Mann mit Hut <[email protected]>
Report input name in parsing errors (#2195)

Fixes #2194

github.com/dhall-lang/dhall-haskell - 48c01709be2e3e2b465577430b15da6094e65ff8 authored over 3 years ago by Basile Henry <[email protected]>
Fix prelude.dhall-lang.org (#1178)

Currently the site 404s because we don't have a package for
v20.2.0 of the Prelude

github.com/dhall-lang/dhall-lang - debac675d53cef0387c99392fd899b95d3c51277 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Clean up build logs (#2185)

… so that they don't keep spewing warnings like these:

```
Warning: The directory:

↳ /

... do...

github.com/dhall-lang/dhall-haskell - c4457424a9690ed58f492c8df57a5485dee529f4 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Version 20.1.0 → 20.2.0 (#1175)

github.com/dhall-lang/dhall-lang - deefb8667871af9ea10b42dbd86a49aa27b6ecff authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Escape XML using &…; (#1174)

Escape special markup characters using the method described here:
https://www.w3.org/TR/REC-xml...

github.com/dhall-lang/dhall-lang - 5e14eea4a33539bb80eb8fb415ae09d26d4163fc authored over 3 years ago by ehmry <[email protected]>
Drop support for old encodings (#2190)

A while back we dropped the standard version from the binary encoding,
but we still wrote out o...

github.com/dhall-lang/dhall-haskell - 7190cb278a386553703c47861519022f7df28da1 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Improve pretty-printing of `sha256` (#2189)

… by printing it on a separate line when it spills over (which is
basically all the time)

Co-au...

github.com/dhall-lang/dhall-haskell - 520356e319861fa9adc2bd6b2e411da7a120b297 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Add support for extra Unix shebangs (#1163)

This change enables using nix-shell multiline shebangs in dhall files.

github.com/dhall-lang/dhall-lang - 2547fe7dc81a29800c2b013625c5d8146f24d130 authored over 3 years ago by Tristan de Cacqueray <[email protected]>
Allow generic-random 1.4 (#2191)

All tests are passing.

github.com/dhall-lang/dhall-haskell - f75e0d5ad47ee394044903352cdc0807b96b36d3 authored over 3 years ago by Felix Yan <[email protected]>
Add `Prelude.List.foldLeft` (#1170)

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

github.com/dhall-lang/dhall-lang - fd2ebedfc90cc4230fc806482dd9cf17264d7851 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Fix warnings for the `expected-{prelude,test-files}` files (#1176)

… by not using `/homeless-shelter` for the Dhall cache or the
bundler path.

github.com/dhall-lang/dhall-lang - 0167b4ebb5e0a844148241f88e91b8d35f7a989a authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Add a batch of tests (#1173)

github.com/dhall-lang/dhall-lang - a8fdd02768fe92761e5d0f50066ff108b9e15323 authored over 3 years ago by Nadrieril <[email protected]>
Fix compatibility with tasty-hspec 1.1.7 (#2188)

tasty-hspec no longer re-exports Test.Hspec since 1.1.7. Let's import
it ourselves.

github.com/dhall-lang/dhall-haskell - 82eab84e882b2950489c011f4bc7ffbc7d575b15 authored over 3 years ago by Felix Yan <[email protected]>
Change `*/fold` examples to use different accumulator type (#1168)

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

github.com/dhall-lang/dhall-lang - f6a848286b4bb3924ef56e2ac17d17060b36828e authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Support GHC 9.0.1 (at least in some packages) (#2154)

github.com/dhall-lang/dhall-haskell - 7be4ee537ab8b0a305e1d2d76fee727ec807d708 authored over 3 years ago by Simon Jakobi <[email protected]>
Don't panic on `Text/replace ""` (#2184)

* Don't panic on `Text/replace ""`

Fixes #2181

* Update `dhall-lang` submodule

* Fix addition...

github.com/dhall-lang/dhall-haskell - 4c55791217c6d4e4c6be53dccb063138587b8db3 authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Add tests for `Text/replace ""` (#1172)

These trigger a bug the current Haskell implementation
(https://github.com/dhall-lang/dhall-has...

github.com/dhall-lang/dhall-lang - 1e0bb483aaa2230c53e5d231a172053c4b964fa4 authored over 3 years ago by Simon Jakobi <[email protected]>
Allow hnix 0.13 (#2186)

http://hackage.haskell.org/package/hnix-0.13.0/changelog

github.com/dhall-lang/dhall-haskell - 72c7d0f42f66e7fe64c60fa753fb65af996be330 authored over 3 years ago by Simon Jakobi <[email protected]>
Add `Prelude.Text.{lower,upper}ASCII` utilities (#1164)

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

In particular, this is based o...

github.com/dhall-lang/dhall-lang - fbe7f3235d4f11fd4231e4fc4710ce4b42acef4e authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Allow memory 0.16 (#2182)

Builds fine and no new test failures.

github.com/dhall-lang/dhall-haskell - 75055e2e7d601f50a3675ba5aa18bb279d175e40 authored over 3 years ago by Felix Yan <[email protected]>
More cors tests (#1171)

* Fix commit used for cors tests

* Add a forgotten test

* Setup two-hops cors tests

github.com/dhall-lang/dhall-lang - acee30866a179c9e9bb3fc02ec8be2883685eb14 authored over 3 years ago by Nadrieril <[email protected]>
Add CORS tests (#1162)

github.com/dhall-lang/dhall-lang - 5ff7ecd2411894dd9ce307dc23020987361d2d43 authored over 3 years ago by Nadrieril <[email protected]>
Remove use of --inplace (#1159)

* nixops: Update reference to dhall-haskell

* Format Prelude's type with Unicode CharacterSet...

github.com/dhall-lang/dhall-lang - 62ae55d1f8a88f348a32b6e2aebef964b3e70058 authored over 3 years ago by Basile Henry <[email protected]>
dhall/format: Keep track of CharacterSet for Equivalent (#2176)

github.com/dhall-lang/dhall-haskell - 5a93d5f70601bb596616df3a583d7d984ec6ea94 authored over 3 years ago by Basile Henry <[email protected]>
Add support for Unix shebangs (#2175)

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

github.com/dhall-lang/dhall-haskell - e2f4232a9c3d3b1353ca89967616958d956b9afd authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Setup CORS testing endpoints on test.dhall-lang.org (#1161)

github.com/dhall-lang/dhall-lang - fcf598fe60ce5dc938518e3980b4a0ee31364fe0 authored over 3 years ago by Nadrieril <[email protected]>
Add support for Unix shebangs (#1158)

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

github.com/dhall-lang/dhall-lang - eb35fae0f0b8693bc4924c547f60b11488e9e2ad authored over 3 years ago by Gabriel Gonzalez <[email protected]>
Provide multiple files to various CLI subcommands (#2169)

* dhall format multiple files

* parse stdin as a file argument

* dhall freeze multiple files

...

github.com/dhall-lang/dhall-haskell - 698101bd549374b0c1b66b36e22dfa450ff993e9 authored over 3 years ago by Basile Henry <[email protected]>
Fix typo in doc (#1156)

github.com/dhall-lang/dhall-lang - 60629b9d198af49984e9f9da337036942147af8b authored over 3 years ago by Arnaud Venturi <[email protected]>