summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-06-14 03:47:56 -0400
committerJoe Crayne <joe@jerkface.net>2019-06-14 03:47:56 -0400
commit64aae70ee0987d2a09d835756d6515db41ebd1fb (patch)
treeb10c4e4b8ed541010053ba0827ee9e63af26eed5
parent5de38abbd755b060f818f683f4903bf317ee82df (diff)
Removed hidden duplicated file.
-rw-r--r--upstream/.collada-types27
1 files changed, 0 insertions, 27 deletions
diff --git a/upstream/.collada-types b/upstream/.collada-types
deleted file mode 100644
index 7611918..0000000
--- a/upstream/.collada-types
+++ /dev/null
@@ -1,27 +0,0 @@
1Name: collada-types
2Version: 0.3
3Synopsis: Data exchange between graphic applications
4Description: 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.
5category: graphics
6License: BSD3
7License-file: LICENSE
8Author: Tillmann Vogt
9Maintainer: tillk.vogt@googlemail.com
10Build-Type: Simple
11Cabal-Version: >=1.6
12
13Library
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