readme-lhs: See readme.md

[ bsd3, deprecated, development, library, program ] [ Propose Tags ]
Deprecated

See readme.md for description.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

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, base (>=4.7 && <5), blaze-html, containers, foldl, pandoc, pandoc-types, protolude, readme-lhs, text, transformers [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-04-03T03:22:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables readme-lhs-example
Downloads 3330 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-03 [all 1 reports]

Readme for readme-lhs-0.5.0

[back to package description]

readme-lhs Build Status

The language in which we express our ideas has a strong influence on our thought processes. Knuth

This is how I start a new haskell library refactor. I pick a new ghc version, and a new stack lts, and set this project up with no compile warts. This gives me the full pandoc tree, which is a great base to get a fast workflow loop going for the repo you've created.

example

Simple example of an output

NumHask.Space

[0.0,4.0,8.0,12.0,16.0,20.0,24.0,28.0,32.0,36.0,40.0,44.0,48.0,52.0,56.0,60.0,64.0]

NumHask.Array

[[14, 32],
 [32, 77]]

Box

echo: hi

echo: bye

web-rep

<!DOCTYPE HTML><html lang="en"><head><meta charset="utf-8"></head><body><script>window.onload=function(){}</script></body></html>

chart-svg

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.

workflow

stack build --test --exec "$(stack path --local-install-root)/bin/readme-lhs-example" --file-watch