[project @ 2002-04-18 11:27:59 by simonmar]
authorsimonmar <unknown>
Thu, 18 Apr 2002 11:27:59 +0000 (11:27 +0000)
committersimonmar <unknown>
Thu, 18 Apr 2002 11:27:59 +0000 (11:27 +0000)
commit51173e3caf81419807a31da5f4df45cfb774f7bb
treedcdd54c67275d9d689fee8ff2006f6a305c63553
parente0327bf79bd5e69dd4a9456c97c8c133b789e835
[project @ 2002-04-18 11:27:59 by simonmar]
Don't use doesFileExist on mingw32 as a replacement for checkPerms -
the argument might be a directory, in which case the result will be
False.  Just return True instead - if the file/directory doesn't
exist, the open operation will fail later.
ghc/compiler/ghci/InteractiveUI.hs