@hackage life0.1

Conway's Life cellular automaton

To run with cabal-install (recommended): $ cabal install $ life

If you don't have cabal-install: $ runhaskell ./Setup.lhs configure $ runhaskell ./Setup.lhs build $ dist/build/life/life

By hand: $ ghc --make -O2 Life.hs $ ./life