Explicitly use Posix's splitDirectories#47
Conversation
|
I don't understand. What is the point? |
The point of this PR is to be able to install cabal-fmt (from Hackage) on windows. The build fails because the function In the even wider context and point, we are working on an HLS plugin that uses cabal-fmt for formatting cabal files, see haskell/haskell-language-server#2047 for more details. |
|
I am also running into this problem on Windows. In my case, Flora uses |
|
Merged as part of #49 It wasn't that simple: paths on unix/windows is tricky business (especially when they are all just |
|
Thanks @phadej! |
Fixes build on windows.
See logs from HLS CI: