packages feed

fourmolu-0.0.6.0: data/examples/module-header/preceding-comment-with-haddock.hs

{-
   Here we go.
-}

-- | This is the module's Haddock.
module Main (main) where

main = return ()