removing an old incorrect comment.

This commit is contained in:
Kazu Yamamoto 2013-05-29 12:05:14 +09:00
parent ad0bd9d552
commit f4f55d8cf0

View File

@ -71,7 +71,6 @@ getGHCOptions ghcOptions binfo = ghcOptions ++ exts ++ [lang] ++ libs ++ libDirs
---------------------------------------------------------------- ----------------------------------------------------------------
-- Causes error, catched in the upper function.
cabalBuildInfo :: GenericPackageDescription -> Maybe BuildInfo cabalBuildInfo :: GenericPackageDescription -> Maybe BuildInfo
cabalBuildInfo pd = fromLibrary pd <|> fromExecutable pd cabalBuildInfo pd = fromLibrary pd <|> fromExecutable pd
where where