From: sof Date: Sat, 19 Mar 2005 02:03:27 +0000 (+0000) Subject: [project @ 2005-03-19 02:03:26 by sof] X-Git-Tag: arity-anal-branch-point~18 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dd70cacd4793c4497136829c50ef31f330163638;hp=dd70cacd4793c4497136829c50ef31f330163638;p=ghc-base.git [project @ 2005-03-19 02:03:26 by sof] [Windows only] for System.Directory / Compat.Directory functionality that probes the OS for local details re: misc user directories, perform late binding of SHGetFolderPath() from shell32.dll, as it may not be present. (cf. ghc-6.4's failure to operate on Win9x / NT boxes.) If the API isn't there, fail with UnsupportedOperation. Packages.readPackageConfigs: gracefully handle excns from getAppUserDataDirectory. Merge to STABLE. ---