From f4f55d8cf00552d467b171a85492474f6562f867 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 29 May 2013 12:05:14 +0900 Subject: [PATCH] removing an old incorrect comment. --- Language/Haskell/GhcMod/CabalApi.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Language/Haskell/GhcMod/CabalApi.hs b/Language/Haskell/GhcMod/CabalApi.hs index a57b808..bf8a414 100644 --- a/Language/Haskell/GhcMod/CabalApi.hs +++ b/Language/Haskell/GhcMod/CabalApi.hs @@ -71,7 +71,6 @@ getGHCOptions ghcOptions binfo = ghcOptions ++ exts ++ [lang] ++ libs ++ libDirs ---------------------------------------------------------------- --- Causes error, catched in the upper function. cabalBuildInfo :: GenericPackageDescription -> Maybe BuildInfo cabalBuildInfo pd = fromLibrary pd <|> fromExecutable pd where