Go to file
Dan Burton 9d39286e35 Test that formatting preserves projection order (#672) 2018-11-05 21:37:10 -08:00
dhall Test that formatting preserves projection order (#672) 2018-11-05 21:37:10 -08:00
dhall-bash Test build against `ghc-8.6` (#669) 2018-11-03 07:27:12 -07:00
dhall-json Migrate `dhall-{bash,json,text}` into this repository (#661) 2018-10-28 17:32:51 -07:00
dhall-text Migrate `dhall-{bash,json,text}` into this repository (#661) 2018-10-28 17:32:51 -07:00
nix Test build against `ghc-8.6` (#669) 2018-11-03 07:27:12 -07:00
.gitignore Replace .gitigore with one from github/gitignore (#264) 2018-02-14 10:03:39 -08:00
.travis.yml Make format and dhall subcommands of dhall executable (#452) 2018-06-10 19:54:22 +02:00
LICENSE Migrate `dhall-{bash,json,text}` into this repository (#661) 2018-10-28 17:32:51 -07:00
README.md Migrate `dhall-{bash,json,text}` into this repository (#661) 2018-10-28 17:32:51 -07:00
default.nix Migrate `dhall-{bash,json,text}` into this repository (#661) 2018-10-28 17:32:51 -07:00
release.nix Test build against `ghc-8.6` (#669) 2018-11-03 07:27:12 -07:00

README.md

dhall-haskell

This repository is a shared repository for all of the dhall-* Haskell packages, including:

Navigate to each package's directory for their respective READMEs

Quick start

You can build all of the packages by running:

$ nix-build

... or you can run nix-build within each package's respective directory to build just that one package.

Development status

Build Status

The compiler is built upon a theoretically sound foundation, meaning that if there are no bugs then the language will never crash and will always halt. However, in practice the compiler needs to be battle-tested to weed out any implementation bugs, so please open issues! 🙂

Read the following guide if you would like to contribute: