From 02d2dde49eaa614995a7e168d229e8b5cb88eafe Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 19 Jan 2011 22:23:59 +0000 Subject: [PATCH] Remove an extraneous comma that stopped ghc-cabal from building --- utils/ghc-cabal/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") $ -- 1.7.10.4