File: Main.hs

package info (click to toggle)
haskell-haddock 2.13.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,084 kB
  • ctags: 73
  • sloc: haskell: 6,981; xml: 1,648; yacc: 139; makefile: 7; sh: 1
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
module Main where

import           Documentation.Haddock (haddock)
import           System.Environment (getArgs)

main :: IO ()
main = getArgs >>= haddock