aboutsummaryrefslogtreecommitdiffstats
path: root/learnopengl-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'learnopengl-haskell.cabal')
-rw-r--r--learnopengl-haskell.cabal12
1 files changed, 8 insertions, 4 deletions
diff --git a/learnopengl-haskell.cabal b/learnopengl-haskell.cabal
index c8e0ab9..807395b 100644
--- a/learnopengl-haskell.cabal
+++ b/learnopengl-haskell.cabal
@@ -8,19 +8,23 @@ version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
--- license:
+license: GPL-3
license-file: LICENSE
author: Yann Herklotz
maintainer: git@yannherklotz.com
-- copyright:
-- category:
build-type: Simple
-extra-source-files: CHANGELOG.md
+extra-source-files: CHANGELOG.md,
+ README.md
+
+data-files: shaders/*.vert,
+ shaders/*.frag
executable learnopengl-haskell
main-is: Main.hs
- -- other-modules:
- -- other-extensions:
+ other-modules: Paths_learnopengl_haskell
+ default-extensions: OverloadedStrings
build-depends: base >=4.14 && <4.15,
sdl2 >=2.5.3.0 && <2.6,
OpenGL >=3.0.3.0 && <3.1,