12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
|
name: conways-game-of-life
|
||
|
version: 0.1
|
||
|
synopsis: A simple implementation of Conway's Game of Life using comonads
|
||
|
author: Kiana Sheibani
|
||
|
license: MIT
|
||
|
build-type: Simple
|
||
|
cabal-version: >= 1.8
|
||
|
|
||
|
executable main
|
||
|
build-depends: base,
|
||
|
comonad
|
||
|
main-is: Main.hs
|