Popularity
5.1
Growing
Activity
3.2
-
8
5
0

Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Hakyll    
Latest version: v0.2.4.0

hakyll-dhall alternatives and similar packages

Based on the "hakyll" category.
Alternatively, view hakyll-dhall alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hakyll-dhall or a related project?

Add another 'hakyll' Package

README

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".