Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6153

How can you change the path where Hugs98 (Haskell) looks for Module and Libraries?

$
0
0

I have installed Ubuntu as a virtual machine so I could use Hugs98. However, after installing I realised I couldn't use Data.Char and Data.Ratio modules. I had to load them manually with :load /usr/lib/etc . It seems this happens because the modules are not in the place where they should be. Can anyone please tell me how I can change the default path of the modules so I don't have to load them every time?


Viewing all articles
Browse latest Browse all 6153

Trending Articles