Forgot to update roguelike.cabal
This commit is contained in:
parent
6a4edb5ace
commit
72c237b3d9
|
@ -27,4 +27,6 @@ executable roguelike
|
||||||
build-depends: base >= 4.7 && < 5,
|
build-depends: base >= 4.7 && < 5,
|
||||||
vty,
|
vty,
|
||||||
matrix,
|
matrix,
|
||||||
unordered-containers
|
unordered-containers,
|
||||||
|
microlens-th,
|
||||||
|
microlens
|
||||||
|
|
Loading…
Reference in New Issue