Computer Science Canada Need help in installing in Haskell |
Author: | A.J [ Tue Jun 09, 2009 9:32 pm ] |
Post subject: | 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? |
Author: | A.J [ Tue Jun 09, 2009 10:01 pm ] |
Post subject: | 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 |
Author: | rizzix [ Wed Jun 10, 2009 2:28 pm ] | ||
Post subject: | RE:Need help in installing in Haskell | ||
In the Command Prompt:
|
Author: | A.J [ Wed Jun 10, 2009 4:02 pm ] |
Post subject: | RE:Need help in installing in Haskell |
It says that cabal isn't an internal or external command |
Author: | rizzix [ Fri Jun 12, 2009 10:40 am ] |
Post subject: | 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 |