[Haskell-beginners] MonadRandom or Control.Monad.Random

Brent Yorgey byorgey at seas.upenn.edu
Thu Jul 30 22:33:21 EDT 2009


On Thu, Jul 30, 2009 at 05:04:54PM -0700, Michael P Mossey wrote:
> Where can I find MonadRandom or Control.Monad.Random to install? It doesn't 
> seem to be a system library, I can't find it with cabal or Hoogle.

'cabal install MonadRandom' ought to work.  Note that you may have to
'cabal update' first to make sure cabal has the most up-to-date
package list.  You can also always look at the complete list of
packages on Hackage by going to hackage.haskell.org.

-Brent


More information about the Beginners mailing list