
11 Jun
2008
11 Jun
'08
6:05 a.m.
On Tue, 2008-06-10 at 21:38 -0700, Anatoly Yakovenko wrote:
nevermind, i am a little slow today. ghci -lcblas
You should not need to do this manually. The blas package should say that it needs this library, in which case ghc and ghci will pick it up automatically. Using "ghci -package foo" is supposed to "Just Work"tm. If it doesn't then that's generally the fault of the package. Duncan