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

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.33), either, 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
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 2023-12-27T10:22:14Z
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 available [build log]
Last success reported on 2023-12-27 [all 1 reports]

Readme for hakyll-dhall-0.2.5.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".