summaryrefslogtreecommitdiff
path: root/lambdacube-gl.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r--lambdacube-gl.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index 37fad62..0419cef 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -1,6 +1,7 @@
1name: lambdacube-gl 1name: lambdacube-gl
2version: 0.4.0.0 2version: 0.4.0.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: github: https://github.com/lambdacube3d/lambdacube-gl 5description: github: https://github.com/lambdacube3d/lambdacube-gl
5homepage: http://lambdacube3d.com 6homepage: http://lambdacube3d.com
6license: BSD3 7license: BSD3
@@ -19,6 +20,10 @@ extra-source-files: examples/Hello.hs
19 20
20cabal-version: >=1.10 21cabal-version: >=1.10
21 22
23source-repository head
24 type: git
25 location: https://github.com/lambdacube3d/lambdacube-gl
26
22library 27library
23 exposed-modules: 28 exposed-modules:
24 LambdaCube.GL 29 LambdaCube.GL