haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

Fix for ghc9.2.2 #82

Closed adamConnerSax closed 2 years ago

adamConnerSax commented 2 years ago

ghc9.2.2 required the language pragma "FlexibleContexts" in random-source/src/Data/Random/Source/StdGen.hs.

Now are what caused these other whitespace changes! Sorry.