Update cabal deps
This commit is contained in:
parent
e064dc2639
commit
b46079f50d
|
@ -26,6 +26,8 @@ gol r p s = EnvT r $ StoreT (Identity s) p
|
||||||
gol' :: DisplayableSpace f => Rule -> f a -> GOL f a
|
gol' :: DisplayableSpace f => Rule -> f a -> GOL f a
|
||||||
gol' r = gol r (0,0)
|
gol' r = gol r (0,0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
getNeighbors :: forall f a. Space f => GOL f a -> [a]
|
getNeighbors :: forall f a. Space f => GOL f a -> [a]
|
||||||
getNeighbors = experiment $ neighbors @f
|
getNeighbors = experiment $ neighbors @f
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,12 @@ executable main
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: GOL.Rule,
|
other-modules: GOL.Rule,
|
||||||
GOL.Space,
|
GOL.Space,
|
||||||
GOL.Engine
|
GOL.Engine,
|
||||||
|
Graphics.Engine
|
||||||
build-depends: base,
|
build-depends: base,
|
||||||
|
vector,
|
||||||
comonad,
|
comonad,
|
||||||
Yampa,
|
|
||||||
distributive,
|
distributive,
|
||||||
adjunctions,
|
adjunctions,
|
||||||
vector
|
Yampa,
|
||||||
|
gloss
|
Loading…
Reference in a new issue