
23 Nov
2006
23 Nov
'06
5:41 p.m.
Hi
In the improbable case that Haskell compiler has been installed without some basic libraries, I think it would be okay if ghc build would complain that it needs library X or Y. It should say from where these can be downloaded and the installation should be straight forward.
That's not the job of GHC, that's the job of Cabal. And if the libraries to run Cabal are not present, then what happens? Thanks Neil