readme-lhs: Literate programming support.
Deprecated
This package provides support for literate programming in haskell, including:
conversion between *.lhs and *.hs formats.
insertion of program output into *.lhs and *.md for fast feedback in development.
a simple wrapper for pandoc functionality.
a stack template, `readme-lhs`
Usage
The best way to understand package functionality is to run the example.hs, with:
stack build --test --exec "$(stack path --local-install-root)/bin/readme-lhs-example --file-watch
import Readme.Lhs
main =
void $
runOutput ("other/readme_.md", GitHubMarkdown) ("readme.md", GitHubMarkdown) $
output "example" (Fence "Simple example of an output")Template
To use the provided template, copy readme-lhs.hsfiles to a local directory, and try:
stack new xyzzy readme-lhs
[Skip to Readme]
Downloads
- readme-lhs-0.8.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.8.1 |
|---|---|
| Dependencies | attoparsec (>=0.13 && <0.14), base (>=4.7 && <5), blaze-html (>=0.9), containers (>=0.6), foldl (>=1.4), generic-lens (>=1.2 && <3.0), numhask (>=0.7 && <0.8), pandoc (>=2.10), pandoc-types (>=1.21), readme-lhs, text (>=1.2), transformers (>=0.5) [details] |
| License | BSD-3-Clause |
| Copyright | 2016 Tony Day |
| Author | Tony Day |
| Maintainer | tonyday567@gmail.com |
| Category | Development |
| Home page | https://github.com/tonyday567/readme-lhs#readme |
| Bug tracker | https://github.com/tonyday567/readme-lhs/issues |
| Source repo | head: git clone https://github.com/tonyday567/readme-lhs |
| Uploaded | by tonyday567 at 2020-11-27T20:55:58Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | readme-lhs-example |
| Downloads | 3691 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] |