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
|
-- init'. For further documentation, see
|
||||||
-- http://haskell.org/cabal/users-guide/
|
-- http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: cellularAutomata
|
name: cellular-automata
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
|
@ -22,7 +22,7 @@ executable cellularAutomata
|
||||||
-O2
|
-O2
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.13 && <4.14
|
build-depends: base
|
||||||
, random
|
, random
|
||||||
, turtle
|
, turtle
|
||||||
, brick
|
, brick
|
Loading…
Reference in a new issue