LinuxUser404
LinuxUser404
I am also interested in maintaining Angel. I've sent Michael the e-mail with details.
I have figured out why the build is failing btw. It is due too a missing dependency in libssh2: https://github.com/portnov/libssh2-hs/pull/54
Thanks for your reply. So basically if I need some extra functionality I should use a different package... Is there any reason why those are different packages while they are...
Yeah, that implementation defined check fails on 32-bit targets not only with gcc, but also with clang. Looks like previously it was a UB failing on MSVC instead. The proper...