On Sat, Apr 7, 2012 at 2:02 AM, Dominic Steinitz <[email protected]> wrote: > Hi, > > I'm trying to install REPA but getting the following. Do I just install > base? Or is it more complicated than that? > > Thanks, Dominic.
I think the easiest solution is to just use an older version of Repa. According to Hackage, the latest one that works with base 4.3 is Repa 2.1.1.3: $ cabal install repa==2.1.1.3 Chris > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
