Skip to content

How to install `random`

Daisho Komiyama edited this page May 9, 2024 · 1 revision

Noticed, import System.Random throws error, as the package is not available in my environment. I needed to install the random package.

cabal update
cabal install --lib random

Done.

Clone this wiki locally