Cabal-Version: >= 1.6 Name: AC-Vector Version: 1.1.1 Stability: Experimental Synopsis: Efficient geometric vectors. Description: This Haskell library implements several small vectors types with @Double@ fields, with seperate types for each size of vector, and a type class for handling vectors generally. Category: Data, Math, Numerical License: BSD3 License-file: Licence.txt Author: Andrew Coppin Maintainer: MathematicalOrchid@hotmail.com Build-Type: Simple Tested-With: GHC == 6.10.3 Library Exposed-modules: Data.Vector Build-Depends: base >= 4 && < 5 HS-Source-Dirs: .