I don't know what the file is for but when I try to build it I get errors by these lines:
Simply removing both lines leads to successful compilation but then it throws and I get:
> import Network.Download
> openURI "http://haskell.org"
Left "Failed to connect: Success"
I'm using:
- Archlinux (Linux 4.18.10-arch1-1-ARCH)
- GHC 8.4.3
Let me know if you need something else.
I don't know what the file is for but when I try to build it I get errors by these lines:
download/cbits/ftp.c
Line 67 in 98c694c
download/cbits/http.c
Line 71 in 98c694c
Simply removing both lines leads to successful compilation but then it throws and I get:
I'm using:
Let me know if you need something else.