OK by trial and error, I found that if I add
:set -package random
at the top of BootTidal.hs
and then reboot tidal then I can import System.Random
with no error and then evaluate the do
section.
OK by trial and error, I found that if I add
:set -package random
at the top of BootTidal.hs
and then reboot tidal then I can import System.Random
with no error and then evaluate the do
section.