summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfgang <unknown>2002-12-19 18:43:53 +0000
committerwolfgang <unknown>2002-12-19 18:43:53 +0000
commit422fc0f14503dbb0ce09302b9afcb3d16a05d61e (patch)
treef3487db932a47a887e59f9289a5b7cc3ae9fd98d
parent7e4f1410ee23b99b720c7fc17e6fb8a59544214f (diff)
downloadhaskell-422fc0f14503dbb0ce09302b9afcb3d16a05d61e.tar.gz
[project @ 2002-12-19 18:43:53 by wolfgang]
Un-break for Mac OS X (handling of Apple's "frameworks")
-rw-r--r--ghc/compiler/main/DriverState.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs
index acd5e49c29..468cc35437 100644
--- a/ghc/compiler/main/DriverState.hs
+++ b/ghc/compiler/main/DriverState.hs
@@ -1,5 +1,5 @@
-----------------------------------------------------------------------------
--- $Id: DriverState.hs,v 1.88 2002/12/18 16:29:28 simonmar Exp $
+-- $Id: DriverState.hs,v 1.89 2002/12/19 18:43:53 wolfgang Exp $
--
-- Settings for the driver
--
@@ -598,7 +598,7 @@ getPackageExtraCcOpts pkgs = do
#ifdef darwin_TARGET_OS
getPackageFrameworkPath :: [PackageName] -> IO [String]
-getPackageFrameworkPath = do
+getPackageFrameworkPath pkgs = do
ps <- getExplicitPackagesAnd pkgs
return (nub (filter notNull (concatMap framework_dirs ps)))