26 Mar
2010
26 Mar
'10
12:27 p.m.
On Fri, Mar 26, 2010 at 1:24 PM, Chaddaï Fouché <chaddai.fouche@gmail.com> wrote:
On Fri, Mar 26, 2010 at 12:42 PM, Daniel Fischer <daniel.is.fischer@web.de> wrote:
-----Urspr?ngliche Nachricht-----
You can also cabal-install with constraints. I don't remember the command-line syntax, I think it was something like
cabal install 'constraint hsemail < 1.6' SMTPClient
cabal install --contraint=hsemail<1.6 SMTPClient
It's arguably the best (and easiest) thing to do if you don't wish to wait for a new version of SMTPClient with updated constraints or adapted to the change in hsemail.
-- Jedaï
cabal install --constraint='hsemail < 1.6' SMTPClient