add shaders to cabal file

This commit is contained in:
nek0 2020-02-06 05:14:52 +01:00
parent 20b77a4068
commit 9dd8b34358
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ maintainer: nek0@nek0.eu
-- copyright:
category: Game
extra-source-files: CHANGELOG.md
, shader/fragment.sl
, shader/vertex.sl
executable canvas
main-is: Main.hs