[Haskell-beginners] error
Gary
gary.klindt at uni-konstanz.de
Mon Sep 12 19:17:31 CEST 2011
a great source of information is:
http://holumbus.fh-wedel.de/hayoo
you can look for function names or type signatures and I found
'Data.Vector' there.
The first entry on the left side shows you a description and the name of
that package in blue. In this case 'vector'.
With the program 'cabal' you can install haskell packages: 'cabal
install vector'
Dependiencies should be resolved automatically.
On 09/12/2011 07:02 PM, kolli kolli wrote:
> when i am implementing my matrx vector product i am importing
> data.vector.its showing me an error
>
> Could not find module `Data.Vector':
> Use -v to see a list of the files searched for.
> do i need to install any packages.if so, can you guide me how to
> install those packages
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110912/dc85b197/attachment.htm>
More information about the Beginners
mailing list