Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- May 7, 2010, 6:19:09 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 25 25 Repa is split up into a few packages to help control dependencies. 26 26 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] 27 32 33 If you want the lot then just install the examples, and this will pull down the rest. 34 35 {{{ 36 cabal install repa-examples 37 }}}