diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-04 16:26:16 +0100 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-04 16:26:16 +0100 |
commit | 8c5a3b0a76042cd7700ce596bf07a38adafa6520 (patch) | |
tree | 87f248a95e0f2f116ddcce124ff9bca2a1b4a44e /lambdacube-gl.cabal | |
parent | fcfb944f77be9b6c23fac9d78e4fd47f4b264e89 (diff) |
update cabal
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r-- | lambdacube-gl.cabal | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal index 7e06a27..e6c86cd 100644 --- a/lambdacube-gl.cabal +++ b/lambdacube-gl.cabal | |||
@@ -1,7 +1,7 @@ | |||
1 | name: lambdacube-gl | 1 | name: lambdacube-gl |
2 | version: 0.4.0.0 | 2 | version: 0.4.0.0 |
3 | -- synopsis: | 3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D |
4 | -- description: | 4 | description: github: https://github.com/lambdacube3d/lambdacube-gl |
5 | homepage: lambdacube3d.com | 5 | homepage: lambdacube3d.com |
6 | license: BSD3 | 6 | license: BSD3 |
7 | license-file: LICENSE | 7 | license-file: LICENSE |
@@ -10,7 +10,13 @@ maintainer: csaba.hruska@gmail.com | |||
10 | -- copyright: | 10 | -- copyright: |
11 | category: Graphics | 11 | category: Graphics |
12 | build-type: Simple | 12 | build-type: Simple |
13 | -- extra-source-files: | 13 | |
14 | extra-source-files: examples/Hello.hs | ||
15 | examples/HelloEmbedded.hs | ||
16 | examples/hello.json | ||
17 | examples/hello.lc | ||
18 | examples/logo.png | ||
19 | |||
14 | cabal-version: >=1.10 | 20 | cabal-version: >=1.10 |
15 | 21 | ||
16 | library | 22 | library |