
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@haskell.org http://www.haskell.org/mailman/listinfo/beginners