Name: collada-types Version: 0.3 Synopsis: Data exchange between graphic applications 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. category: graphics License: BSD3 License-file: LICENSE Author: Tillmann Vogt Maintainer: tillk.vogt@googlemail.com Build-Type: Simple Cabal-Version: >=1.6 Library hs-source-dirs: src build-depends: base ==4.*, containers == 0.4.*, OpenGL >= 2.2.3.0, enumerable, tuple-gen, vector, tuple exposed-modules: Graphics.Formats.Collada.ColladaTypes Graphics.Formats.Collada.GenerateObjects Graphics.Formats.Collada.Transformations Graphics.Formats.Collada.Vector2D3D