I can't install yesod

Haskell Platform 2011.2.0.1, Win XP SP2. I've try install yesod by in cygwin window *cabal install yesod* but take $ cabal install yesod Resolving dependencies... cabal.exe: cannot configure tls-extra-0.2.2. It requires certificate >=0.8.1 && <0.9 For the dependency on certificate >=0.8.1 && <0.9 there are these packages: certificate-0.8.1. However none of them are available. certificate-0.8.1 was excluded because certificate-0.7.0 was selected instead certificate-0.8.1 was excluded because http-enumerator-0.6.4.1 requires certificate ==0.7.* The same result I take on ubuntu 10.10 with Haskell Platform 2010. What I can in this circumstancies

Thanks for bringing this to my attention. I just released a new
version of http-enumerator, which should solve the problem. Just run:
cabal update
cabal install yesod
And everything should work fine. Let me know if you still have any problems.
Michael
On Tue, May 10, 2011 at 4:48 AM, Александр Лазарев
Haskell Platform 2011.2.0.1, Win XP SP2. I've try install yesod by in cygwin window cabal install yesod but take $ cabal install yesod Resolving dependencies... cabal.exe: cannot configure tls-extra-0.2.2. It requires certificate >=0.8.1 && <0.9 For the dependency on certificate >=0.8.1 && <0.9 there are these packages: certificate-0.8.1. However none of them are available. certificate-0.8.1 was excluded because certificate-0.7.0 was selected instead certificate-0.8.1 was excluded because http-enumerator-0.6.4.1 requires certificate ==0.7.* The same result I take on ubuntu 10.10 with Haskell Platform 2010. What I can in this circumstancies _______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (2)
-
Michael Snoyman
-
Александр Лазарев