| 9 | | If you have the [http://hackage.haskell.org/platform Haskell Platform] you can install the text-only version as follows |
| 10 | | {{{ |
| 11 | | cabal install GenI |
| 12 | | }}} |
| 13 | | |
| 14 | | Installing the graphical version is trickier (but getting easier with time). See [wiki:Installation] for details. |
| 15 | | |
| 16 | | === Development version === |
| 17 | | |
| 18 | | The darcs version is available via |
| 19 | | {{{ |
| 20 | | darcs get --lazy http://code.haskell.org/GenI |
| 21 | | }}} |
| 22 | | Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client. |
| | 9 | ----- |