diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-05 21:34:21 +0100 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-05 21:34:21 +0100 |
commit | 4d2c7b8387dd25fe71609fdc5b3e4c8367fb95bf (patch) | |
tree | 58f1f3116814c310a6d1d455d1fda1e2ca72a905 | |
parent | 9c3e934153180b3a0ca4458edd6906aaa658e114 (diff) |
fix cabal description
-rw-r--r-- | lambdacube-gl.cabal | 7 |
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 @@ | |||
1 | name: lambdacube-gl | 1 | name: lambdacube-gl |
2 | version: 0.4.0.0 | 2 | version: 0.4.0.1 |
3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D | 3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D |
4 | description: OpenGL 3.3 Core Profile backend for LambdaCube 3D | ||
4 | description: github: https://github.com/lambdacube3d/lambdacube-gl | 5 | description: github: https://github.com/lambdacube3d/lambdacube-gl |
5 | homepage: http://lambdacube3d.com | 6 | homepage: http://lambdacube3d.com |
6 | license: BSD3 | 7 | license: BSD3 |
@@ -19,6 +20,10 @@ extra-source-files: examples/Hello.hs | |||
19 | 20 | ||
20 | cabal-version: >=1.10 | 21 | cabal-version: >=1.10 |
21 | 22 | ||
23 | source-repository head | ||
24 | type: git | ||
25 | location: https://github.com/lambdacube3d/lambdacube-gl | ||
26 | |||
22 | library | 27 | library |
23 | exposed-modules: | 28 | exposed-modules: |
24 | LambdaCube.GL | 29 | LambdaCube.GL |