new ghc fixes windows filename length issue

This commit is contained in:
Joey Hess 2018-09-22 11:28:59 -04:00
parent ef3f33e40b
commit 09ce2cf012
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -14,6 +14,9 @@ usable!
Workaround: Enable long paths in the registry. See Workaround: Enable long paths in the registry. See
<https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247#maxpath> <https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247#maxpath>
ghc 8.61 fixes this!
<https://downloads.haskell.org/%7Eghc/8.6.1/docs/html/users_guide/win32-dlls.html#windows-file-paths>
* Local pairing seems to fail, after acking on Linux box, it stalls. * Local pairing seems to fail, after acking on Linux box, it stalls.
(Also, of course, the Windows box is unlikely to have a ssh server, (Also, of course, the Windows box is unlikely to have a ssh server,
so only pairing with a !Windows box will work.) so only pairing with a !Windows box will work.)