diff options
Diffstat (limited to 'driver/Main.hs')
-rw-r--r-- | driver/Main.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/driver/Main.hs b/driver/Main.hs new file mode 100644 index 00000000..42b99860 --- /dev/null +++ b/driver/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import Documentation.Haddock (haddock) +import System.Environment (getArgs) + +main :: IO () +main = getArgs >>= haddock |