[Haskell-cafe] blas: ghc-6.8.2: unable to load package `blas-0.4'

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Wed Jun 11 06:05:09 EDT 2008


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



More information about the Haskell-Cafe mailing list