summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-07-10 22:37:42 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2016-07-10 22:37:42 +0200
commit7019bdc27de0941996e56688a495f0524e1c37e6 (patch)
treee2992bbce4d27066fb9d75fd9817e909f5485df7
parent364da4fb555ae8b2728d63eb99f91fa8fe73fe49 (diff)
add files to cabal
-rw-r--r--lambdacube-gl.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index 3495bcb..fc29871 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -1,5 +1,5 @@
1name: lambdacube-gl 1name: lambdacube-gl
2version: 0.5.1.0 2version: 0.5.1.1
3synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D 3synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D
4description: OpenGL 3.3 Core Profile backend for LambdaCube 3D 4description: OpenGL 3.3 Core Profile backend for LambdaCube 3D
5homepage: http://lambdacube3d.com 5homepage: http://lambdacube3d.com
@@ -13,9 +13,15 @@ build-type: Simple
13 13
14extra-source-files: examples/Hello.hs 14extra-source-files: examples/Hello.hs
15 examples/HelloEmbedded.hs 15 examples/HelloEmbedded.hs
16 examples/HelloOBJ.hs
17 examples/MtlParser.hs
16 examples/hello.json 18 examples/hello.json
17 examples/hello.lc 19 examples/hello.lc
20 examples/hello_obj.json
21 examples/hello_obj.lc
18 examples/logo.png 22 examples/logo.png
23 examples/cube.obj
24 examples/cube.mtl
19 25
20cabal-version: >=1.10 26cabal-version: >=1.10
21 27