nowgate: > Got it working. > > I downloaded two packages, primes and Numbers. Since Numbers has the three > functions I want to use, primes, isPrime and isProbablyPrime, how do I > uninstall the primes package so there won't be a conflict? Easy! $ ghc-pkg unregister primes -- Don