improving doc.

This commit is contained in:
Kazu Yamamoto
2013-09-05 14:35:28 +09:00
parent 8e60864a34
commit 5e53841451
8 changed files with 41 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ import Prelude
debugInfo :: Options
-> Cradle
-> GHCVersion
-> FilePath -- ^ A target file
-> FilePath -- ^ A target file.
-> IO String
debugInfo opt cradle ver fileName = unlines <$> withGHC fileName (debug opt cradle ver fileName)
@@ -26,7 +26,7 @@ debugInfo opt cradle ver fileName = unlines <$> withGHC fileName (debug opt crad
debug :: Options
-> Cradle
-> GHCVersion
-> FilePath -- ^ A target file
-> FilePath -- ^ A target file.
-> Ghc [String]
debug opt cradle ver fileName = do
(gopts, incDir, pkgs) <-