add renderer to cabal file
This commit is contained in:
parent
9dd8b34358
commit
a6a6b4ad8d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ executable canvas
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: Types
|
other-modules: Types
|
||||||
Types.UserData
|
Types.UserData
|
||||||
|
Renderer
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base ^>=4.12.0.0
|
build-depends: base ^>=4.12.0.0
|
||||||
, affection
|
, affection
|
||||||
|
|
Loading…
Reference in a new issue