[Haskell-cafe] TagSoup 0.9

Don Stewart dons at galois.com
Wed May 19 14:08:12 EDT 2010


Or use things from the download-curl package, which provides a nice
openURL function.

daniel.is.fischer:
> On Wednesday 19 May 2010 19:46:57, Ralph Hodgson wrote:
> > Forgot to add: I now need to understand the following warnings on this
> > line "> import Text.HTML.Download":
> >
> >
> 
> In Text.HTML.Download, there's the following:
> 
> {-|
>     /DEPRECATED/: Use the HTTP package instead:
> 
>     > import Network.HTTP
>     > openURL x = getResponseBody =<< simpleHTTP (getRequest x)


More information about the Haskell-Cafe mailing list