[Haskell-cafe] Cabal/primes

Bertram Felgenhauer bertram.felgenhauer at googlemail.com
Tue Jun 2 19:47:21 EDT 2009


michael rice wrote:
> Finally got adventurous enough to get Cabal working, downloaded the
> primes package, and got the following error message when trying 
> isPrime. Am I missing something here?

The Data.Numbers.Primes module of the primes package does not implement
'isPrime'. The Numbers package is probably the one you want.

Bertram


More information about the Haskell-Cafe mailing list