diff options
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/Main.hs b/src/Main.hs index 6d85378a..0179115f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,14 +1,20 @@ {-# OPTIONS_GHC -Wwarn #-} {-# LANGUAGE ForeignFunctionInterface, PatternSignatures #-} - --- --- Haddock - A Haskell Documentation Tool +----------------------------------------------------------------------------- +-- | +-- Module : Main +-- Copyright : (c) Simon Marlow 2003-2006, +-- David Waern 2006-2009 +-- License : BSD-like -- --- (c) Simon Marlow 2003 +-- Maintainer : haddock@projects.haskell.org +-- Stability : experimental +-- Portability : portable -- --- Ported to use the GHC API by David Waern during "Summer of Code" 2006 +-- Haddock - A Haskell Documentation Tool -- - +-- Program entry point and top-level code. +----------------------------------------------------------------------------- module Main (main) where |