diff options
author | Joe Crayne <joe@jerkface.net> | 2019-06-10 23:03:04 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2019-06-10 23:03:04 -0400 |
commit | 38b7bcf654e5e804a13518b060ebdba59bf232bb (patch) | |
tree | 2fa3c4ccf3496750f0ce388a9ea0998fdd93bf69 /upstream/collada-types.cabal.collada-types |
Initial commit.
Diffstat (limited to 'upstream/collada-types.cabal.collada-types')
-rw-r--r-- | upstream/collada-types.cabal.collada-types | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/upstream/collada-types.cabal.collada-types b/upstream/collada-types.cabal.collada-types new file mode 100644 index 0000000..7611918 --- /dev/null +++ b/upstream/collada-types.cabal.collada-types | |||
@@ -0,0 +1,27 @@ | |||
1 | Name: collada-types | ||
2 | Version: 0.3 | ||
3 | Synopsis: Data exchange between graphic applications | ||
4 | Description: Collada is the standard graphics format for data exchange between 3d tools. As well as the file format also its representation as an algebraic data type could be used to make libraries more composable. Please propose changes. | ||
5 | category: graphics | ||
6 | License: BSD3 | ||
7 | License-file: LICENSE | ||
8 | Author: Tillmann Vogt | ||
9 | Maintainer: tillk.vogt@googlemail.com | ||
10 | Build-Type: Simple | ||
11 | Cabal-Version: >=1.6 | ||
12 | |||
13 | Library | ||
14 | hs-source-dirs: src | ||
15 | build-depends: | ||
16 | base ==4.*, | ||
17 | containers, | ||
18 | OpenGL >= 2.2.3.0, | ||
19 | enumerable, | ||
20 | tuple-gen, | ||
21 | vector, | ||
22 | tuple | ||
23 | exposed-modules: | ||
24 | Graphics.Formats.Collada.ColladaTypes | ||
25 | Graphics.Formats.Collada.GenerateObjects | ||
26 | Graphics.Formats.Collada.Transformations | ||
27 | Graphics.Formats.Collada.Vector2D3D | ||