@hackage knit-haskell0.2.0.0
a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc
Categories
License
BSD-3-Clause
Maintainer
adam_conner_sax@yahoo.com
Links
Versions
Installation
Tested Compilers
Dependencies (28)
- Glob >=0.10.0 && <0.11.0
- 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 Show all…
Dependents (0)
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.