Deewiant / glob

Haskell library for glob matching
https://deewiant.iki.fi/projects/glob/
Other
25 stars 8 forks source link

Custom doesDirectoryExist API does not work with ghcjs #39

Open dfordivam opened 3 years ago

dfordivam commented 3 years ago

This unfortunately does not work correctly with ghcjs (nodejs) (The System.Directory API works fine.)

https://github.com/Deewiant/glob/blob/090181e60b448a1ce0e18fe5f5783139f420e721/System/FilePath/Glob/Utils.hs#L106-L107

I think it is not a critical to support ghcjs, but opening this issue in case someone hits a problem.