Hi all,

I have a small example that opens page and creates a json out of it 

https://gist.github.com/reneklacan/262eef04a3bc67607dd8

It works correctly and it returns desired results.

But I am sure there is a better way (or more Haskell way) how to write it. Especially I don't really like how *getInfo* function looks like.

Get you please give me an advice how to make it more ellegant or tell me what I'm doing wrong.

Thanks

Rene