name: vector-space-points
version: 0.2.1
synopsis: A type for points, as distinct from vectors.
description: A type for points, as distinct from vectors, built on top
of Data.AffineSpace.
license: BSD3
license-file: LICENSE
author: Brent Yorgey
maintainer: byorgey@cis.upenn.edu
bug-reports: http://github.com/diagrams/vector-space-points/issues
copyright: (c) 2011-2012 Brent Yorgey
category: Math
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/diagrams/vector-space-points.git
library
exposed-modules: Data.AffineSpace.Point
build-depends: base >=4.0 && < 4.8,
vector-space >=0.7 && < 0.10
hs-source-dirs: src
default-language: Haskell2010