Curious about the language, this is my project to learn.
brew install ghc cabal-install
# using [email protected] and [email protected]
ghc --version
cabal --version
# install deps
cabal update
cabal install
# run it
runhaskell game-of-life.hs
# ctrl+c to quit.