I'd like to write a very simple Haskell script that when given a URL, looks up the page, and returns a string of HTML. I don't see an HTTP library in the standard libs, and the one in Hackage requires Windows machines have GHC and MinGW to be installed and in the PATH.   
<br><br>Is there a simple way to get the contents of a webpage using Haskell on a Windows box?<br><br>Thanks,<br>Greg<br><br>