hakyll-dhall: Dhall compiler for Hakyll

[ bsd3, library, program, web ] [ Propose Tags ]

Hakyll compiler and loader for Dhall files. Functions are intended to track all local dependencies within the project directory, so rebuilds are properly triggered on up-stream imports. Provides options for customizing rebuilding behavior for network, environment variable, and non-project local files.

See README.md for more information.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.3.0, 0.2.4.0, 0.2.5.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), binary, containers, data-default-class, dhall (>=1.29 && <1.33), filepath, hakyll (>=4.10), hakyll-dhall, microlens, microlens-th, mtl, prettyprinter, text, transformers [details]
License BSD-3-Clause
Copyright (c) Justin Le 2018
Author Justin Le
Maintainer justin@jle.im
Revised Revision 1 made by jle at 2023-12-27T09:48:19Z
Category Web
Home page https://github.com/mstksg/hakyll-dhall#readme
Bug tracker https://github.com/mstksg/hakyll-dhall/issues
Source repo head: git clone https://github.com/mstksg/hakyll-dhall
Uploaded by jle at 2020-01-18T06:12:32Z
Distributions
Executables hakyll-dhall-test-app
Downloads 4918 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hakyll-dhall-0.2.4.0

[back to package description]

hakyll-dhall

hakyll-dhall on Hackage Build Status

Hakyll compiler and loader for Dhall files. Functions are intended to track all local dependencies within the project directory, so rebuilds are properly triggered on up-stream imports. Provides options for customizing rebuilding behavior for network, environment variable, and non-project local files.

There are three major workflows:

  1. dExprCompiler, loadDhall, and dhallCompiler, for loading underlying Dhall files, saving them into the Hakyll cache and later interpreting them as values.

  2. parseDhall and parseDhallExpr, for parsing Dhall expressions provided as strings, and resolving them while tracking dependencies.

  3. dhallPrettyCompiler, for processing and re-formatting Dhall files and presenting them as-is as a "final end-point".