in reply to Re^4: Installing Pugs via CPAN shell (How to call specific ghc version)
in thread Installing Pugs via CPAN shell (How to call specific ghc version)
and then try again (without exporting the GHC variable, since it should now find the correct version through the PATH variable).export PATH=$HOME/.ghc/bin:$PATH
|
---|