Can not load a file that uses standard libraries in haskell
问题 Hi I use GHCI and can normally load my files. Now I need to load a file that uses random. I get this error. Chatterbot.hs:3:1: error: Could not find module ‘System.Random’ Use -v to see a list of the files searched for. | 3 | import System.Random | ^^^^^^^^^^^^^^^^^^^^ This is very weird since it works for my friend who also have just installed GHCI and did nothing other than me. The main difference is that I am on windows. I really don t understand this and have tried googling a bit and many