From 17331e520361e31360c89cb45ab9ac808623c135 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 21 Nov 2000 16:30:04 +0000 Subject: [PATCH] [project @ 2000-11-21 16:30:04 by simonmar] merge rev. 1.9.2.6 --- ghc/driver/PackageSrc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 448c766..99ba973 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -276,7 +276,7 @@ package_details installing = ], extra_ghc_opts = [], extra_cc_opts = [], - extra_ld_opts = [] + extra_ld_opts = words cLibsReadline }, -- no cbits at the moment, we'll need to add one if this library -- 1.7.10.4