@hackage readme-lhs0.8.1
Literate programming support.
Categories
License
BSD-3-Clause
Maintainer
tonyday567@gmail.com
Links
Versions
Deprecated
Dependencies (11)
- 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 Show all…
Dependents (1)
@hackage/perf-analysis
readme-lhs
The language in which we express our ideas has a strong influence on our thought processes ~ Knuth
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
example insert
Simple example of an output
template
A bare bones stack template is located in other/readme-lhs.hsfiles. It contains what you need to quickly get started with literate programming and enjoy a rapid workflow
Place this in a local directory and then:
stack new xyzzy readme-lhs
cd xyzzy
stack build
will get you bootstrapped and ready to hack!
development
stack build --test --exec "$(stack path --local-install-root)/bin/readme-lhs-example --file-watch.