snoyberg / http-enumerator

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

Can't install via Cabal - dependencies in tls-extra-0.4.1 #41

Closed derekmcloughlin closed 13 years ago

derekmcloughlin commented 13 years ago

Hi,

I'm a Haskell noobie, and trying to install http-enumerator gives the following errors:

Resolving dependencies...
cabal: cannot configure tls-extra-0.4.1. It requires certificate >=1.0.0 &&
<1.1.0
For the dependency on certificate >=1.0.0 && <1.1.0 there are these packages:
certificate-1.0.0. However none of them are available.
certificate-1.0.0 was excluded because http-enumerator-0.7.1.3 requires
certificate >=0.7 && <0.10

Any idea what I need to do?

Derek.

snoyberg commented 13 years ago

Problem is fixed in http-enumerator 0.7.1.4

derekmcloughlin commented 13 years ago

Thanks, that worked perfectly.