sholud be in test branch lmao
This commit is contained in:
parent
e564146c4c
commit
12e100c417
|
@ -3,7 +3,7 @@ cabal-version: >=1.10
|
|||
-- init'. For further documentation, see
|
||||
-- http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: cellularAutomata
|
||||
name: cellular-automata
|
||||
version: 0.1.0.0
|
||||
-- synopsis:
|
||||
-- description:
|
||||
|
@ -22,7 +22,7 @@ executable cellularAutomata
|
|||
-O2
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: base >=4.13 && <4.14
|
||||
build-depends: base
|
||||
, random
|
||||
, turtle
|
||||
, brick
|
Loading…
Reference in a new issue