forsyde / forsyde-shallow

ForSyDe's Haskell-embedded Domain Specific Language
https://forsyde.github.io/forsyde-shallow/
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Fixed compile error with GHC 8.10.3's new System.Random #25

Closed Rojods closed 3 years ago

Rojods commented 3 years ago

Fixes an ambiguity error introduced with the latest GHC (> 8.10.3) which provided a function names uniform, clashing with the ones provided by the library.

Rojods commented 3 years ago

Adresses issue #27