Hi,<br><br>Are there any suggestions to download a large file with Haskell? I have read the docs for Network, Network.HTTP and Network.HTTP.Conduit, but can&#39;t find anything which fit my requirements.<br><br>I want to download a large file from an HTTP URL, and show the progress instantly. Maybe some functions which read HTTP connection and return a lazy ByteString could do this work?<br>
<br>Though I  found a low-level socket lazy package, which seems to work, I just want a more high level API.<br><br>Thanks and regards.<br>