I use "cabal install repa" but then WinGHCi says module Data.Array.Rep.Algorithms.Ramdomish not found.

email is the new twitter
On Sun, Aug 12, 2012 at 3:21 PM, Albert Y. C. Lai
On 12-08-12 02:18 PM, KC wrote:
I use "cabal install repa" but then WinGHCi says module Data.Array.Rep.Algorithms.**Ramdomish not found.
______________________________**_________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/**mailman/listinfo/haskell-cafehttp://www.haskell.org/mailman/listinfo/haskell-cafe
-- brandon s allbery allbery.b@gmail.com wandering unix systems administrator (available) (412) 475-9364 vm/sms

I think you need to install repa-algorithms.
On 13 August 2012 04:18, KC
-- -- Regards, KC
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com

The install of repa-algorithms fails saying it can't cannot find an llvm.
In any case why can't the install syntax be
"cabal install repa.algorithms"
then it would be more consistent with the import statement.
On Sun, Aug 12, 2012 at 4:00 PM, Ivan Lazar Miljenovic
I think you need to install repa-algorithms.
On 13 August 2012 04:18, KC
wrote: -- -- Regards, KC
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com
-- -- Regards, KC

llvm is backend for repa package. Try to install llvm on you system. I
think this can be helpful (
http://llvm.org/releases/3.0/docs/GettingStarted.html ).
Mukesh Tiwari
On Tue, Aug 14, 2012 at 2:47 AM, KC
The install of repa-algorithms fails saying it can't cannot find an llvm.
In any case why can't the install syntax be "cabal install repa.algorithms" then it would be more consistent with the import statement.
On Sun, Aug 12, 2012 at 4:00 PM, Ivan Lazar Miljenovic
wrote: I think you need to install repa-algorithms.
On 13 August 2012 04:18, KC
wrote: -- -- Regards, KC
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com
-- -- Regards, KC
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On 14/08/2012 7:17 AM, "KC"
The install of repa-algorithms fails saying it can't cannot find an llvm.
In any case why can't the install syntax be "cabal install repa.algorithms" then it would be more consistent with the import statement.
Because the name of the package is repa-algorithms, not repa.algorithms or Repa.Algorithms.
On Sun, Aug 12, 2012 at 4:00 PM, Ivan Lazar Miljenovic
wrote: I think you need to install repa-algorithms.
On 13 August 2012 04:18, KC
wrote: -- -- Regards, KC
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com
-- -- Regards, KC
participants (5)
-
Albert Y. C. Lai
-
Brandon Allbery
-
Ivan Lazar Miljenovic
-
KC
-
mukesh tiwari