haskell / filepath

Haskell FilePath core library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

case-sensitivity in equalFilePath

amigalemming opened this issue · comments

Currently Windows.equalFilePath is case-insensitive and Posix.equalFilePath is case-sensitive.
I think we also need case-insensitive Posix.equalFilePath for MacOS and then we should maybe also have case-sensitive Windows.equalFilePath for completeness.

we should maybe also have case-sensitive Windows.equalFilePath for completeness

Why?