
-----------------------------------
A.J
Tue Jun 09, 2009 9:32 pm

Need help in installing in Haskell
-----------------------------------
Hi

I am trying to install hmatrix into haskell. After getting all the required .dll's, etc... I typed : runhaskell Setup configure'. It in turn replied: "At least one of the following dependencies are missing: storable-complex- any."

How do I fix this?

-----------------------------------
A.J
Tue Jun 09, 2009 10:01 pm

RE:Need help in installing in Haskell
-----------------------------------
I want to install Numeric.LinearAlgebra. It is a lot of hassle. If any one has it already installed on them, are they willing tom compile something for me? This is very important.

Thanks

-----------------------------------
rizzix
Wed Jun 10, 2009 2:28 pm

RE:Need help in installing in Haskell
-----------------------------------
In the Command Prompt:

[code]cabal install hmatrix[/code]

-----------------------------------
A.J
Wed Jun 10, 2009 4:02 pm

RE:Need help in installing in Haskell
-----------------------------------
It says that cabal isn't an internal or external command

-----------------------------------
rizzix
Fri Jun 12, 2009 10:40 am

RE:Need help in installing in Haskell
-----------------------------------
Uninstall whatever version of GHC you have, and install this: http://hackage.haskell.org/platform/ 
Then try the above
