packages feed

life-0.1: README

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