Announcing Scrod, like Haddock but faster
Haskell Community [Unofficial]
March 6, 2026
I have been using Scrod to help document some of my recent work - the immediate visual feedback is incredibly helpful and completely removes the pain of having to 1) rebuild docs 2) relaunch the server 3) reload the web page just to see your changes.
if I could offer some positive feedback? Improve support for the module descriptor - if I do this:
{-|
Module : TheModule
Description : Synopsis
Copyright : (c) 2026 Some Person
License : BSD-3
Maintainer : me@my.com
Stability : experimental
Portability : POSIX
Full description
-}
It just sort of mashes all of the attributes on a single line, and it seems to render it like regular documentation text instead of recognizing the first stanza as potentially being the module stanza.
Discussion in the ATmosphere