
16 Oct
2008
16 Oct
'08
6:09 a.m.
I'm writing a Cabal package, using main=defaultMain in Setup.hs. It has a library, and I want to also build a few executables so I can test the library. How am I supposed to do that? (...)
You might consider looking at the EMGM cabal file in the source.
https://svn.cs.uu.nl:12443/viewvc/dgp-haskell/EMGM/
(...)
From the site: Échec de la connexion sécurisée svn.cs.uu.nl:12443 utilise un certificat de sécurité invalide. Le certificat n'est pas sûr car l'autorité délivrant le certificat est inconnue. (Code d'erreur : sec_error_unknown_issuer) The test argument to Setup seems nice. Is there some already defined on the hook for tests? Thanks, Maurício