Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate your modules with Haddock headers #6

Closed
tomtau opened this issue Feb 22, 2015 · 0 comments
Closed

Annotate your modules with Haddock headers #6

tomtau opened this issue Feb 22, 2015 · 0 comments

Comments

@tomtau
Copy link
Contributor

tomtau commented Feb 22, 2015

This is a task for everyone, so do it and reassign this task to the person below you alphabetically.
https://wiki.haskell.org/Programming_guidelines#File_Format

#!haskell
{- |
Module      :  <File name or $Header$ to be replaced automatically>
Description :  <optional short text displayed on contents page>
Copyright   :  (c) 2014-2015 HKU
License     :  BSD3

Maintainer  :  <email>
Stability   :  unstable | experimental | provisional | stable | frozen
Portability :  portable | non-portable (<reason>)

<module description starting at first column>
-}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant