Re: [Haskell-cafe] - Try to install ssh package by cabal.

2011-08-24 Thread Loïc Maury
Hello Thomas, Finally, I have installed the version 0.3. Thank you for your help Loïc On Tue, Aug 23, 2011 at 9:27 PM, Thomas DuBuisson < thomas.dubuis...@gmail.com> wrote: > FYI: It's usually good to CC the package maintainer when a build fails > for non-trivial reasons. > > At first glance i

Re: [Haskell-cafe] - Try to install ssh package by cabal.

2011-08-23 Thread Thomas DuBuisson
FYI: It's usually good to CC the package maintainer when a build fails for non-trivial reasons. At first glance it seems the SSH package was released when version 0.3 of the ASN package was current. The ASN package is now on version 0.5 - so you can either add that constraint into the SSH package

[Haskell-cafe] - Try to install ssh package by cabal.

2011-08-23 Thread Loïc Maury
Hello, I try to install the ssh package with cabal, but unfortunately that doesn't work, I have this error : src/SSH/Crypto.hs:70:16: Couldn't match expected type `Data.ASN1.Types.ASN1t' with actual type `ASN1ConstructionType' I'am on Debian with ghc-7.0.1 I don't know how I can resolve this is