[Haskell-cafe] ERP/CRM solution with Haskell ?

2013-07-09 Thread Loïc Maury
Hello all, I don't know if it's the good mailing list to post, if not my apologize for that. I am actually looking for an ERP/CRM solution. Is there a solution (like dolibarr or openerp), but in Haskell to do that ? Thank you Loïc ___ Haskell-Cafe ma

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

2011-08-24 Thread Loïc Maury
patch > if that proves to be the case. > > Cheers, > Thomas > > P.S. It does appear that the ASN changes break this, but when I add > the version constraint I see that SSH implicitly uses > FlexibleInstances, which must be made explicit in GHC 7 via a LANGUAGE > pragma or e

[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

[Haskell-cafe] Problem with installing cabal-install on NetBSD.

2011-08-22 Thread Loïc Maury
Hello, I try to install "cabal-install" on NetBSD. when I launch the installation (by booststrap.sh) and it come to Building cabal-install, it say : Distribution/Compat/FilePerms.hs:33:4 - Not in scope: `throwErrnoPathIfMinus1_' Do you know how I can fix this issue ? Thank you Loïc _