shakebook 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+8/−2 lines, 2 files
Files
- ChangeLog.md +6/−0
- shakebook.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,11 @@ # Changelog for Shakebook +## (v0.2.0.3)++* Add logging to Shakebook's monads via RIO's logging methods.+* Add testing framework.+* Add hackage documentation.+ ## (v0.1.5.0) * Factored out API into this library.
shakebook.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 49b98e657e822e6db488c7a2cb74ddc8689861654dde1f9874317021db76b617+-- hash: 4c6576bf8a6153b589568c59f319bb890e00daa59e0a8c90b724b11822acdf27 name: shakebook-version: 0.2.0.2+version: 0.2.0.3 synopsis: Shake-based technical documentation generator; HTML & PDF description: Shakebook is a documentation generator aimed at covering all the bases for mathematical, technical and scientific diagrams and typesetting. Shakebook provides combinators for taking markdown files and combining them into documents, but allowing the user to control how. Shakebook provides general combinators for templating single pages, cofree comonads for representing tables of contents, and zipper comonads for representing pagers. category: Web