Cannot set acceleration-cuda in Haskell

I am in a Linux box and trying to experiment with the Haskell accelerator library, but I have problems installing it. I have successfully installed the package to speed up , but there seems to be a dependency problem, which I will discuss in detail below.

cabal: Error: some packages failed to install:
accelerate-cuda-0.14.0.0 depends on haskell-src-exts-1.14.0.1 which failed to
install.
cuda-0.5.1.1 failed during the configure step. The exception was:
ExitFailure 1
haskell-src-exts-1.14.0.1 failed during the configure step. The exception was:
ExitFailure 1
haskell-src-meta-0.6.0.5 depends on haskell-src-exts-1.14.0.1 which failed to
install.
language-c-quote-0.7.6 depends on haskell-src-exts-1.14.0.1 which failed to
install.

I searched SO and noticed that someone else had a similar problem installing the cuda package, and was resolved by adding the cabal bin path to PATH; I tried this, but it did not solve this problem.

Please help someone help, because I really like playing with this fantastic library.

+3
source share

All Articles