http-conduitをWindowsで使う

http://hackage.haskell.org/packages/archive/http-conduit/1.9.4.4/doc/html/Network-HTTP-Conduit.html
の一番上に出てくるサンプルのコードを動かそうとしてもWindowsではエラーが出る。
上から三番目のサンプルを読めば書いてあるけど

Any network code on Windows requires some initialization, and the network library provides withSocketsDo to perform it. Therefore, proper usage of this library will always involve calling that function at some point. The best approach is to simply call them at the beginning of your main function, such as:

というわけでwithSocketsDoを別途行う必要がある。
うーん。こういうのは最初に出てくるサンプルに含めておいてほしいなあ。
ちゃんと読めよって言われればそれまでだけど、とりあえず一番上のサンプルをコピペして実行してみることができるってのは割と重要だと思うんだけど。みんなWindowsで使ってないのかな。