snoyberg / http-enumerator

HTTP client package with enumerator interface and HTTPS support.
27 stars 9 forks source link

Network/TLS/Extra/Connection compilation error #35

Closed robstewart57 closed 13 years ago

robstewart57 commented 13 years ago

Hi,

Trying to compile with ghc 7.0.2. http-enumerator commit 758bc9b63a818568b717c0f186c11899a9f75c79

Network/TLS/Extra/Connection.hs:25:83: TLSCtx' is not applied to enough type arguments The first argument ofIO' should have kind *', butTLSCtx' has kind * -> *' In the type signature forconnectionClient': connectionClient :: CryptoRandomGen g => String -> String -> TLSParams -> g -> IO TLSCtx

robstewart57 commented 13 years ago

Sorry, this can be ignored. It was an issue with the tls-extra package. The version on hackage does not compile, but the one on github does.