summaryrefslogtreecommitdiff
path: root/lambdacube-gl.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-05 21:34:21 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-05 21:34:21 +0100
commit4d2c7b8387dd25fe71609fdc5b3e4c8367fb95bf (patch)
tree58f1f3116814c310a6d1d455d1fda1e2ca72a905 /lambdacube-gl.cabal
parent9c3e934153180b3a0ca4458edd6906aaa658e114 (diff)
fix cabal description
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