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 build-type

github.com/dhall-lang/dhall-to-cabal - 5242496e867a2b584e62e64ee891595bc6862583 authored almost 7 years ago by Oliver Charles <[email protected]>
Add .gitignore

github.com/dhall-lang/dhall-to-cabal - 449eecf9c291f675749900ed840b7602d3f7e2f4 authored almost 7 years ago by Oliver Charles <[email protected]>
Reformat Dhall

github.com/dhall-lang/dhall-to-cabal - ad0c20924521c3c8ec750f38759e969c43e3b1a9 authored almost 7 years ago by Oliver Charles <[email protected]>
Start work on version bounds

Introduces the 'majorVersion' function, VersionRange base type and anyVersion
constant.

github.com/dhall-lang/dhall-to-cabal - 3317c963a1571f999ab86ee9f18a862aa7353b65 authored almost 7 years ago by Oliver Charles <[email protected]>
Use callcabal2nix

github.com/dhall-lang/dhall-to-cabal - aaba1fd11652956fed58e9e5bd4d848a2aac1096 authored almost 7 years ago by Tobias Pflug <[email protected]>
Added a golden test suite

github.com/dhall-lang/dhall-to-cabal - 78acdc947efa61a76e9a22935dd30d8801bb8bd9 authored almost 7 years ago by Oliver Charles <[email protected]>
Formatting

github.com/dhall-lang/dhall-to-cabal - 1579d9fde2f707002f476f27641b033da344e2df authored almost 7 years ago by Oliver Charles <[email protected]>
Update dhall-to-cabal.dhall

github.com/dhall-lang/dhall-to-cabal - 10abaf5b4b5bfa0dd28b3bc322660be76d856e0d authored almost 7 years ago by Oliver Charles <[email protected]>
Add support for cabal-version

github.com/dhall-lang/dhall-to-cabal - a109790e405848cdc1448eab73adce994ba6a05b authored almost 7 years ago by Oliver Charles <[email protected]>
Use optparse-applicative for command line parsing

github.com/dhall-lang/dhall-to-cabal - 84cb8b69cc2d073ee6ed132666a0123f636b2cb8 authored almost 7 years ago by Tobias Pflug <[email protected]>
Stub out sub-libraries

github.com/dhall-lang/dhall-to-cabal - f306b688596131add12d0a2f959c5f8adc43efac authored almost 7 years ago by Oliver Charles <[email protected]>
Formatting

github.com/dhall-lang/dhall-to-cabal - 4bea6c2d2aa30a7b16eb2f46fa6e0276aaed1364 authored almost 7 years ago by Oliver Charles <[email protected]>
Add a shell.nix

github.com/dhall-lang/dhall-to-cabal - 090cf8cbe5e1ac188af8892bd7007b659c3dd1ce authored almost 7 years ago by Oliver Charles <[email protected]>
Generalized valid quoted labels (#206)

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

As standardized in https://github.co...

github.com/dhall-lang/dhall-haskell - 09c588dff7b3bf7ea3f8a309ae8b0b3df4c92988 authored almost 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for type synonyms (#202)

This is based on the matching change to the standard in:

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

github.com/dhall-lang/dhall-haskell - acd06c56c45f0071d370400455daf167b0f00291 authored almost 7 years ago by Gabriel Gonzalez <[email protected]>
Type synonym support (#69)

* Type synonym support

This changes the standard semantics to support type synonyms, which is...

github.com/dhall-lang/dhall-lang - 4bbd897df48e708068f7107c88a82b7c2e0c8456 authored almost 7 years ago by Gabriel Gonzalez <[email protected]>
Flesh out the readme with some more motivation

github.com/dhall-lang/dhall-to-cabal - 79da0811d9c2b1a3ac078186b02cbf49c58497bb authored almost 7 years ago by Ollie Charles <[email protected]>
dhall-to-cabal can now generate its own cabal file

github.com/dhall-lang/dhall-to-cabal - 1a244a3b31aa1a7eccbdf7edd84c54b1ca5084b3 authored almost 7 years ago by Ollie Charles <[email protected]>
Really looking forward to maintaining more code

github.com/dhall-lang/dhall-to-cabal - 591319f1c46879e979073fabdc41f3ab115ca610 authored almost 7 years ago by Ollie Charles <[email protected]>
Fix `.cabal` file error (#203)

This adds `Paths_dhall` to the `Other-modules` section for
`dhall-hash` to match the other exec...

github.com/dhall-lang/dhall-haskell - 0c90e496bc2d92592d008ba6fee3ffe34dfbe5cd authored almost 7 years ago by Gabriel Gonzalez <[email protected]>
Extend valid set of quoted labels (#65)

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

This adds `:` to the list of su...

github.com/dhall-lang/dhall-lang - 7a8744b4890b20f55cf19fe88defdb0889fa972e authored almost 7 years ago by Gabriel Gonzalez <[email protected]>
Add `constructors` keyword (#199)

Fixes #163

This provides a new `constructors` keyword which can be used to create a
record o...

github.com/dhall-lang/dhall-haskell - a16474fa836e2ad1c28bbe90ceec527845a08fbd authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Standardize `constructors` keyword (#63)

github.com/dhall-lang/dhall-lang - 631b3e4fb781ce5fdfdb3842cb1ce68319d27f0b authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Formalize type-checking and normalization semantics (#61)

This adds a new `semantics.md` document which specifies the formal semantics
for type-checking ...

github.com/dhall-lang/dhall-lang - 6360472454d06a9439a6ddf0aeadb659f7a1f454 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix potential type-checker bugs (#198)

As part of formalizing the semantics of Dhall there are a few places
where the type-checker was...

github.com/dhall-lang/dhall-haskell - 2129e75a5072d46a94f652b02c9178c27e68b54a authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Add `genericAuto` (#195)

Fixes #156

github.com/dhall-lang/dhall-haskell - 593434ffbd03ac6fe746a5ce29a79f9653580235 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Expose `MissingEnvironmentVariable` exception type (#196)

This allows people to selectively catch that exception

github.com/dhall-lang/dhall-haskell - 0257e860466249f027bf1266c458239184e613d0 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Increase security of referential opacity check (#197)

Related to #162

This forbids imports from `localhost` and `127.0.0.1` URLs from counting as
...

github.com/dhall-lang/dhall-haskell - c0a2c7bd46250e708b60e302f41e1a943504d4fb authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Migrate cheatsheet to wiki (#62)

github.com/dhall-lang/dhall-lang - 91c465947516877daff8a255bd3ce1e3a7473bc1 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix typo in explanation (#193)

github.com/dhall-lang/dhall-haskell - bfa2592568f8a4ec3b1a394358b26eb2512090cb authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Improve the speed of file-only imports (#194)

This overhauls `exprFromPath` (and every function downstream of that) to
speed up imports when ...

github.com/dhall-lang/dhall-haskell - 6ff58523cbb1c085dac95ba345bfe6ccd8c97560 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.8.1 → 1.8.2 (#192)

github.com/dhall-lang/dhall-haskell - 10c508391bcff93d4dc5976ab75ae86dcca978e6 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `tasty` (#191)

Related to https://github.com/fpco/stackage/issues/3062

github.com/dhall-lang/dhall-haskell - bc3424441a4e8f0ed0be18bef9cd9b36baee5e51 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
annotate MissingFile errors with their canonicalized path (#190)

Should make it easier to debug complex dhall configurations.

github.com/dhall-lang/dhall-haskell - f1c28e65c911a7f7cee922fb87a1a3fd5e9920c5 authored about 7 years ago by Profpatsch <[email protected]>
set hPrint encodings to use utf8, independent of locale (#188)

On systems with the locale set to non-UTF8 (e.g. `LC_ALL=C`, the default POSIX
locale), handles...

github.com/dhall-lang/dhall-haskell - 1370c362f34f45940ced9e9097d1d76cca4e3900 authored about 7 years ago by Profpatsch <[email protected]>
Simpe custom typechecking for Embedded terms (#186)

github.com/dhall-lang/dhall-haskell - 28db97ca91e94441b0de9e9c43c0de84f3c21b9f authored about 7 years ago by Armando Ramirez <[email protected]>
Version 1.0.8 → 1.0.9

github.com/dhall-lang/dhall-json - e7b8083dbfa3adafd617bf4d2f05b54bf789c9d7 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.8.0 → 1.8.1

github.com/dhall-lang/dhall-haskell - 0098a90650bc09c574124a809ddd84b6b69d16a6 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Use `Prelude/` prefix in tutorial examples (#184)

Fixes #59

The recent refactor of the Dhall grammar made `List/map` no longer a valid
identif...

github.com/dhall-lang/dhall-haskell - 834c1b6d05f6e342ac8d7c402ebae7f12732f42c authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Use `Data.Text.IO.readFile` instead of `Filesystem.readFile` (#182)

The former is better-behaved for Unicode inputs on Windows

github.com/dhall-lang/dhall-haskell - 3a625d786ffb1d5dc43855c5ebeb6fffa7690d0e authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Don't use `QuasiQuotes` language extension (#13)

Fixes #12

This allows `dhall-json` to be built by GHCJS

github.com/dhall-lang/dhall-json - 7d5b2b87fd513d7f2dda0cf1e832c8ac107ba7a3 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Deploy binaries to GitHub Releases (#181)

This should build on OSX as well as Linux.
When there is a git tag, the build should create a R...

github.com/dhall-lang/dhall-haskell - 755f91b6e0ed3a2c87c434a2fb2d927039a3ffdc authored about 7 years ago by Hardy Jones <[email protected]>
Build on OSX on Travis (#11)

github.com/dhall-lang/dhall-json - 69b00159e86c6bee3ba4d22bd96299e48404b9bd authored about 7 years ago by Hardy Jones <[email protected]>
Add trailing newline to `dhall-to-json` output (#7)

github.com/dhall-lang/dhall-json - d0313df5560af2d9fc6ff6e3ce69e85d9f0a82df authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Merge pull request #9 from joneshf/deploy-to-github-releases

Deploy to GitHub releases

github.com/dhall-lang/dhall-json - f8c61b772df25f063947820a7c6e43321a0442a3 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Only deploy when a tag exists

We only want specific versions of binaries released.
Without this check, every commit to master...

github.com/dhall-lang/dhall-json - ab478f7570e7bfff21d31ddc35795d5288351ac6 authored about 7 years ago by Hardy Jones <[email protected]>
Create an archive of the binaries

In preparation for releasing both linux and osx,
we create an archive that is named according t...

github.com/dhall-lang/dhall-json - 7e5ca85d111ee1e950ca51d4f46e96e5f3150d9f authored about 7 years ago by Hardy Jones <[email protected]>
Only deploy from certain builds

We don't want to deploy every combination in the matrix.
Instead, choose a specific build to de...

github.com/dhall-lang/dhall-json - aa5a2cf63f38da14207c88240c60c3466929c971 authored about 7 years ago by Hardy Jones <[email protected]>
Upload releases

github.com/dhall-lang/dhall-json - ce892e65914d081fe9072f3c9ec2c12b5082d244 authored about 7 years ago by Hardy Jones <[email protected]>
Update `release.nix` (#180)

Fixes #179

This updates the instructions and fixes the spurious reference to
`prettyprinter....

github.com/dhall-lang/dhall-haskell - be10607f96f694ad3092eff40ef74c9c5d227bcd authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix newline stripping example (#54)

The latest version of Dhall strips the leading newline

github.com/dhall-lang/dhall-lang - f018f1b89d71f4582370d05e150040a85c137c6d authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Update URLs with new github organization (#178)

github.com/dhall-lang/dhall-haskell - f16502ccb340e260806ff589bff8f9cd7bc2798b authored about 7 years ago by jonathn <[email protected]>
Fix grammar for `text-literal` (#56)

Fixes #55

github.com/dhall-lang/dhall-lang - 7ec9e47cc62e5bd3344fe272414ed15abd9da23d authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Add `--pretty` option to `dhall` executable (#177)

This option causes the executable to format the output, for ease of
reading

github.com/dhall-lang/dhall-haskell - c7dbb71ed46c2599bea04978fa0c9ea065054abc authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix pretty-printing example (#175)

This updates the `dhall-format` tutorial example to reflect the improvements
introduced in 8d27...

github.com/dhall-lang/dhall-haskell - a03e708498bc8d6109f292193acc7b226be247ab authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix tiny typo (#174)

github.com/dhall-lang/dhall-haskell - 3181bbc1be42882eb56f3675a79979ab8960fcfd authored about 7 years ago by Ingo Blechschmidt <[email protected]>
Version 1.0.3 → 1.0.4

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

github.com/dhall-lang/dhall-text - 201b4763df7f77affcce0ec2e2eb6c94582f0f75 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.5 → 1.0.6

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

github.com/dhall-lang/dhall-bash - 805d82676a6c7af83fef7fdea4ea6519ebe2b696 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.7 → 1.0.8

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

github.com/dhall-lang/dhall-json - fd7eba192a8e2e3d152eb1cca6dddfe8b25deb11 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.9 → 1.0.10

github.com/dhall-lang/dhall-nix - d2f4b828b076cba138cf8e132c25a43b3bec436e authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.9 → 1.0.10

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

github.com/dhall-lang/dhall-haskell - 1c65901f1c6ad6393babfedad7a908f273dcfe38 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall` dependency

github.com/dhall-lang/dhall-nix - 804f83a9c16833d6533d96b132fdc0a9554be4c1 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.7.0 → 1.8.0 (#173)

github.com/dhall-lang/dhall-haskell - b6ca7d22f087ccc57305af28ef1fe29b2013a3c7 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `tasty` dependency (#172)

github.com/dhall-lang/dhall-haskell - a0bc3b02da73dc611f13c550ce050fec8af74c12 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix string interpolation in cheatsheet (#53)

Running the examples through `dhall-format` broke string
interpolation, so this change fixes it

github.com/dhall-lang/dhall-lang - d9d25430984a2e2ff190734a7118e4e8a71a3a79 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix unnecessary parentheses generated by `dhall-format` (#171)

`dhall-format` was adding superfluous parentheses when formatting certain
expressions, such as ...

github.com/dhall-lang/dhall-haskell - 8d27f8cb56a55d016de848ca243a143f3f5f2c5e authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Add `dhall-hash` utility (#170)

This allows users to compute the hash to use for an import

github.com/dhall-lang/dhall-haskell - f27bebac9b31f9ddbed5a94f8ae2f288e511e8a5 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Update cheatsheet to reflect JSON-style escapes (#50)

As part of standardizing the grammar the language now
uses JSON-style escape sequences instead ...

github.com/dhall-lang/dhall-lang - 5aadd77151c775f4613badabf80bc9eda5e98e31 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Format cheatsheet example (#49)

This indents the multi-line comment example so that
it renders indented within the bulleted list

github.com/dhall-lang/dhall-lang - 62fad0fef03f14e0105190ef4291b33a4b4705ce authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Format cheatsheet examples (#51)

This uses the new `dhall-format` utility to
format the cheatsheet examples

github.com/dhall-lang/dhall-lang - 827a034826b214d576c4387ce5ff329b53c62d9d authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Remove stray backtick in cheatsheet (#52)

github.com/dhall-lang/dhall-lang - 9e317a125c83d812aaa76c483a8998084b989cf8 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Document lack of support for type synonyms in FAQ (#168)

Related to #10

github.com/dhall-lang/dhall-haskell - 990f2b968b9c71df8b76d7f4743bb02639bec3dc authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix Travis badge in README (#169)

Seems to be pointing at an old location of this repository, I have updated it to point at the cu...

github.com/dhall-lang/dhall-haskell - afe810c1bcc38c83028da81f6d16f5b89f2e31bf authored about 7 years ago by Nick Johnstone <[email protected]>
Change Dhall's integrity check to use an "intensional" hash (#167)

This updates the recently added support for integrity checking to hash the
final normalized res...

github.com/dhall-lang/dhall-haskell - 44a75b4999b3b0bfc218a39d040fc2165148c969 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix documentation of reserved keywords (#47)

The parser documents in one of the comments the set of reserved keywords, but
this list acciden...

github.com/dhall-lang/dhall-lang - e97b65cc4713e14a003d3cee205d93079f63cb28 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for integrity checks to parser (#48)

This updates the parser to reflect Dhall's new support for `sha256` integrity
checks on imports

github.com/dhall-lang/dhall-lang - 5b30b904fba38ee70c73fc627631c45f75cd87a3 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix broken link

This fixes a broken link to the language tutorial

github.com/dhall-lang/dhall-lang - bd91a64bfc029a9f9b267a8878d7aa692ca0d80e authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Add support for SHA-256 integrity checks on imports (#166)

Related to #162

You can now add `sha256:XXX...XXX` after any import to verify that the import...

github.com/dhall-lang/dhall-haskell - 70276b82fbe3450a191d72d9104182e937561d99 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix parsing of single quotes in single-quoted strings (#165)

Fixes #164

The parser for single-quoted strings did not match the language standard, which
w...

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

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

github.com/dhall-lang/dhall-text - c95ecfc9e9ab56731553ba501ebbb2dc6ba20f28 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.7 → 1.0.8

github.com/dhall-lang/dhall-haskell - a86f156338d0675fb0f08baec32b05d03e235472 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.7 → 1.0.8

github.com/dhall-lang/dhall-nix - e697104ba264476f33e262fab421a9f256f01697 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Merge branch 'master' of github.com:Gabriel439/Haskell-Dhall-Nix-Library

github.com/dhall-lang/dhall-nix - e4603761dd79001dfe1ae24d4a1fa07de8f28b51 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Merge branch 'master' of github.com:Gabriel439/Haskell-Dhall-Nix-Library

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

github.com/dhall-lang/dhall-haskell - 1028f8611b94fd9088b7afc060352ff721d2bc47 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Increase upper bound on `dhall` dependency

github.com/dhall-lang/dhall-nix - ee3e53253949dd182f73445bb225474c8a33637c authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.4 → 1.0.5

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

github.com/dhall-lang/dhall-bash - 8fe38f133e8abe30fd84fa6b0392079d0fae0827 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.0.6 → 1.0.7

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

github.com/dhall-lang/dhall-json - 4d400fce5d3b1bc70960547569b042a8c4e4acf8 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Version 1.6.0 → 1.7.0 (#160)

github.com/dhall-lang/dhall-haskell - ebc884226d73dd82c63dc63975508eb8e0c3880c authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Remove `''${` escape sequence for double-quoted strings (#158)

The purpose of this change is to match this change to the grammar:

https://github.com/dhall-l...

github.com/dhall-lang/dhall-haskell - 96b4d4c692ff887faaf73a7e07eca4d7c2d22adc authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Remove `''${` escape sequence for double-quoted strings (#46)

The `''${` escape sequence doesn't make sense for double-quoted
strings. First off, it already...

github.com/dhall-lang/dhall-lang - d4fb1d6faa53524d09dd9f859c2f59d683ce49b2 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Fix pretty-printing of `Text` literals (#159)

Fixes #152

This fixes pretty-printed `Text` literals to be valid Dhall code

This also fixe...

github.com/dhall-lang/dhall-haskell - 6368c9297312dc41a8d0366a1927d7982c342eb9 authored about 7 years ago by Gabriel Gonzalez <[email protected]>
Mention `prelude.dhall-lang.org` (#155)

This updates the tutorial to mention a convenient link to the latest version of
the Prelude so ...

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