[project @ 2004-01-11 14:43:14 by panne]
authorpanne <unknown>
Sun, 11 Jan 2004 14:43:14 +0000 (14:43 +0000)
committerpanne <unknown>
Sun, 11 Jan 2004 14:43:14 +0000 (14:43 +0000)
commite43235be10087016fb2bd7659044fbf68550bf8a
treea67745c522c29c7432d40b0b326814f4fb63a571
parent5038d54ac9ef6eac1d852629b7fe885cb250f3aa
[project @ 2004-01-11 14:43:14 by panne]
Fixed the previous commit: All lists of Strings in package configuration files
were split at commas to allow list-based variables, but this broke perfectly
sensible things like

   ["-Wl,-rpath,/usr/lib/jvm-bridge/lib/"]

into

   ["-Wl","-rpath","/usr/lib/jvm-bridge/lib/"]

which is plainly wrong. Now we do this *only* when a variable occurs on its own,
like:

   ["${deps}","foo"] => ["base","haskell98","network","foo"]

I have slight doubts about this obscure feature, but Sigbjorn seems to want
it...

Merge to STABLE
ghc/utils/ghc-pkg/Main.hs