Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
May 7, 2010, 6:19:09 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    2525Repa is split up into a few packages to help control dependencies.
    2626
     27 * [http://hackage.haskell.org/package/repa repa]
     28 * [http://hackage.haskell.org/package/repa-bytestring repa-bytestring]
     29 * [http://hackage.haskell.org/package/repa-io repa-io]
     30 * [http://hackage.haskell.org/package/repa-algorithms repa-algorithms]
     31 * [http://hackage.haskell.org/package/repa-examples repa-examples]
    2732
     33If you want the lot then just install the examples, and this will pull down the rest.
     34
     35{{{
     36  cabal install repa-examples
     37}}}