Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

OverlayPackage

Compl Yue edited this page Nov 20, 2019 · 3 revisions

Hadui overlay package

A Haskell package can be incorporated into other projects to be published with Hadui, by exposing functions from its modules, and web resources placed under its web directory at package root, specifically, to have the following in its <pkg>.cabal or package.yaml:

data-files:
  - web/**/*

Then a Hadui project can list such a package in the overlay list in its hadui.yaml, like:

overlay:
  - haze
Clone this wiki locally