From: Ian Lynagh Date: Wed, 19 Jan 2011 22:23:59 +0000 (+0000) Subject: Remove an extraneous comma that stopped ghc-cabal from building X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=02d2dde49eaa614995a7e168d229e8b5cb88eafe Remove an extraneous comma that stopped ghc-cabal from building --- diff --git a/utils/ghc-cabal/Main.hs b/utils/ghc-cabal/Main.hs index f189e07..5ebca2a 100644 --- a/utils/ghc-cabal/Main.hs +++ b/utils/ghc-cabal/Main.hs @@ -380,7 +380,7 @@ generate config_args distdir directory "", -- Sometimes we need to modify the automatically-generated package-data.mk -- bindings in a special way for the GHC build system, so allow that here: - "$(eval $(" ++ directory ++ "_PACKAGE_MAGIC))", + "$(eval $(" ++ directory ++ "_PACKAGE_MAGIC))" ] writeFile (distdir ++ "/package-data.mk") $ unlines xs writeFile (distdir ++ "/haddock-prologue.txt") $