
30 Jul
2009
30 Jul
'09
10:33 p.m.
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