【发布时间】:2013-10-03 12:50:23
【问题描述】:
为什么这么简单的代码不起作用?
import Network.HTTP.Conduit
import qualified Data.ByteString.Lazy as L
main :: IO ()
main = simpleHttp "http://www.dir.bg/" >>= L.putStr
这会导致以下错误:
TestConduit.exe:InternalIOException getAddrInfo:不存在 (错误 10093)
【问题讨论】:
标签: windows http haskell conduit http-conduit