knit-haskell: a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc
knit-haskell is a beginning attempt at bringing some of the benefits of Rmarkdown to Haskell. It includes an effects stack (using polysemy rather than mtl) which includes logging, randomness (via random-fu), a simplified interface to Pandoc and various writer-like effects to intersperse document building with regular code. Various helper functions are provided to simplify common operations, making it especially straightforward to build an HTML document from bits of markdown, latex and Lucid or Blaze html. Support is also included for including hvega visualizations. More information is available in the readme.
Downloads
- knit-haskell-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.8.0.0 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson-pretty (>=0.8.7 && <0.9), base (>=4.12.0 && <4.13), base64-bytestring (>=1.0.0.2 && <1.1.0.0), blaze-colonnade (>=1.2.2 && <1.3.0.0), blaze-html (>=0.9.1 && <0.10), bytestring (>=0.10.8 && <0.11), case-insensitive (>=1.2.0.11 && <1.3.0.0), colonnade (>=1.1 && <1.3), containers (>=0.5.0 && <0.7), diagrams-lib (>=1.4 && <1.5.0.0), diagrams-svg (>=1.4.1 && <1.5.0.0), directory (>=1.3.3.0 && <1.4.0.0), Glob (>=0.10.0 && <0.11.0), here (>=1.2.10 && <1.3.0), http-client (>=0.6.4 && <0.7.0), http-client-tls (>=0.3.5.3 && <0.4.0.0), http-types (>=0.12.3 && <0.13.0), hvega (>=0.1.0 && <=0.2.0.0), knit-haskell, logging-effect (>=1.3.3 && <1.4), lucid (>=2.9.11 && <2.10), mtl (>=2.2.2 && <2.3), network (>=2.8.0.0 && <3.2.0.0), network-uri (>=2.6.1.0 && <2.7.0.0), pandoc (>=2.7.2 && <2.8), plots, polysemy (>=0.1.2.0 && <0.2.0.0), prettyprinter (>=1.2.1 && <1.3), random (>=1.1 && <1.2), random-fu (>=0.2.7 && <0.3), random-source (>=0.3.0 && <0.4), svg-builder (>=0.1.1 && <0.2), text (>=1.2.3 && <1.3), time (>=1.8.0 && <2.0.0) [details] |
Tested with | ghc ==8.6.4 || ==8.6.2 |
License | BSD-3-Clause |
Copyright | 2019 Adam Conner-Sax |
Author | Adam Conner-Sax |
Maintainer | adam_conner_sax@yahoo.com |
Category | Text |
Bug tracker | https://github.com/adamConnerSax/knit-haskell/issues |
Source repo | head: git clone https://github.com/adamConnerSax/knit-haskell |
Uploaded | by adamCS at 2019-05-14T20:16:20Z |
Distributions | |
Executables | RandomExample, MtlExample, MultiDocExample, ErrorExample, SimpleExample |
Downloads | 3265 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-05-14 [all 1 reports] |