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
|
||||
other-modules: Types
|
||||
Types.UserData
|
||||
Renderer
|
||||
-- other-extensions:
|
||||
build-depends: base ^>=4.12.0.0
|
||||
, affection
|
||||
|
|
Loading…
Reference in a new issue