Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

archive567/readme-lhs

Repository files navigation

readme-lhs

Build Status Hackage

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.

Releases

No releases published

Packages

No packages published