[project @ 2001-07-09 17:44:08 by sof]
authorsof <unknown>
Mon, 9 Jul 2001 17:44:08 +0000 (17:44 +0000)
committersof <unknown>
Mon, 9 Jul 2001 17:44:08 +0000 (17:44 +0000)
commitf6921f04b9b39d3e53add470215c30bdff30bd08
tree33e1b97f6ae8036a150f1920ff4f8495cd13d060
parent9ac766cb06e0245c9845c3222f210ef293934da0
[project @ 2001-07-09 17:44:08 by sof]
-- 'hybrid' support for DOS-style paths in directory lists.
--
-- That is, if "foo:bar:baz" is used, this interpreted as
-- consisting of three entries, 'foo', 'bar', 'baz'.
-- However, with "c:/foo:c:\\foo;x:/bar", this is interpreted
-- as four elts, "c:/foo", "c:\\foo", "x", and "/bar" --
-- *provided* c:/foo exists and x:/bar doesn't.
--
-- Notice that no attempt is made to fully replace the 'standard'
-- split marker ':' with the Windows / DOS one, ';'. The reason being
-- that this will cause too much breakage for users & ':' will
-- work fine even with DOS paths, if you're not insisting on being silly.
-- So, use either.
ghc/compiler/main/DriverState.hs