1 2 3 4 5 6 7
module Main where import Documentation.Haddock (haddock) import System.Environment (getArgs) main :: IO () main = getArgs >>= haddock