Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- May 7, 2010, 6:34:34 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 15 15 * Repa means "turnip" in Russian. If you don't like turnips then this library probably isn't for you. 16 16 17 == State of Play ==17 == State of play == 18 18 This section records what the Repa developers are actively working on. If you're hacking on something Repa related then by all means add yourself here. Records are dropped off if they haven't been updated for more than a month. 19 19 … … 32 32 33 33 If you want the lot then just install the examples, and this will pull down the rest. 34 {{{ 35 cabal install repa-examples 36 }}} 34 37 35 {{{ 36 cabal install repa-examples 37 }}} 38 == Report a bug == 39 If you have a bug or feature request, please add a [http://trac.haskell.org/repa/newticket new ticket].[[br]] 40 Note that for spam prevention you must first [http://trac.haskell.org/repa/register register] (takes 10 sec) before you can add a ticket. 41 42 You can also send email to `repa@ouroborus.net` 43 44 == Examples == 45 These are some of the examples included in the [http://hackage.haskell.org/package/gloss-examples gloss-examples] package: 46 47 || FFT || Laplace || 48