fix build with old random
authorJoey Hess <joeyh@joeyh.name>
Mon, 30 Sep 2024 21:36:19 +0000 (17:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 30 Sep 2024 21:36:19 +0000 (17:36 -0400)
commit743690d0223bf461f42ca5e0f7edd5ab484529f6
treed72680a8f32fd227115c0865a8954aeaac4f1849
parentd2ad07f5a3f65b1fd5fa0b01bd45e109071b624b
fix build with old random

getStdGen used to be an IO not a MonadIO action
Command/Sim.hs