
26 Mar
2010
26 Mar
'10
1:24 p.m.
2010/3/26 Chaddaï Fouché
On Fri, Mar 26, 2010 at 12:42 PM, Daniel Fischer
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 --contraint=hsemail<1.6 SMTPClient
Really nice looking. Thanks, people! -- Thanks, Sergey