[Haskell-cafe] Cabal/primes

Don Stewart dons at galois.com
Wed Jun 3 18:40:33 EDT 2009


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


More information about the Haskell-Cafe mailing list