git-annex/doc/todo/Compatibility_with_socks-0.6_and_persistant-template-2.7.mdwn
Joey Hess 018b5b8173
Support building with socks-0.6 and persistant-template-2.7
persistent-template now needs UndecidableInstances.

socks changed defaultSocksConf to take a SockAddr.
2019-07-30 12:50:48 -04:00

7 lines
341 B
Markdown

The current Hackage version (7.20190615) only compiles with the constraints socks<0.6, persistent-template<2.7.
The compiler errors can be fixed with the attached patches.
In the case of the socks changes (for Tor), I am not sure if it will actually work correctly.
> Found the necessary changes to get it to compile. [[done]] --[[Joey]]