Name: GlomeVec Version: 0.1 Synopsis: Simple 3D vector library Description: A simple library for dealing with 3D vectors, suitable for graphics projects. A small texture library with Perlin noise is included as well. License: GPL License-file: LICENSE Author: Jim Snow Maintainer: Jim Snow Copyright: Copyright 2008,2009 Jim Snow Homepage: http://www.haskell.org/haskellwiki/Glome Stability: experimental Category: graphics build-type: Simple Cabal-Version: >= 1.2 extra-source-files: README.txt library exposed-modules: Data.GlomeVec, Data.GlomeTexture Build-Depends: base >= 3 && < 4, array