Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
Mar 5, 2010, 2:59:37 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    44== Download ==
    55
     6=== From Hackage ===
     7
     8 * [http://hackage.haskell.org/package/gloss gloss]
     9 * [http://hackage.haskell.org/package/gloss-examples gloss-examples]
     10
     11=== With cabal ===
    612If you have cabal installed you should be able to do:
    713 {{{
     
    1016 }}}
    1117
    12 Otherwise:
     18=== From the darcs repo ===
    1319 {{{
    1420 darcs get http://code.haskell.org/gloss/gloss-head
     
    2632== Examples ==
    2733
     34These are some of the examples included in the [http://hackage.haskell.org/package/gloss-examples gloss-examples] package:
     35
    2836|| [[Image(gloss-hello-thumb.png)]] || [[Image(gloss-lifespan-thumb.png)]] || [[Image(gloss-styrene-thumb.png)]] || [[Image(gloss-tree-thumb.png)]] || [[Image(gloss-clock-thumb.png)]] || [[Image(gloss-zen-thumb.png)]] ||
    2937|| [http://code.haskell.org/gloss/gloss-stable/examples/Hello/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-hello.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Lifespan/ code] [http://code.haskell.org/gloss/wiki/images/gloss-lifespan.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Styrene/ code] [http://code.haskell.org/gloss/wiki/images/gloss-styrene.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Tree/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-tree.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Clock/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-clock.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Zen/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-zen.png result] ||