bootInfo uses boot.

This commit is contained in:
Kazu Yamamoto
2014-04-30 10:39:39 +09:00
parent d007fa817a
commit bb8df8cbdf
3 changed files with 9 additions and 11 deletions

View File

@@ -261,7 +261,7 @@ bootIt :: Options
-> Set FilePath
-> Ghc (String, Bool, Set FilePath)
bootIt opt set = do
ret <- boot' opt
ret <- boot opt
return (ret, True, set)
browseIt :: Options