-- Initial vect-floating-accelerate.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: vect-floating-accelerate
version: 0.1.0.2
synopsis: Accelerate instances for vect-floating types
description: Provides accelerate compatibility of vect-floating <http://hackage.haskell.org/package/vect-floating>.
Includes Vec2, Normal2, Vec3, Normal3, Vec4, Normal4, Quaternion and UnitQuaternion.
Credit to Trevor L. McDonell <http://github.com/tmcdonell> for examples on how to make data types compatible with accelerate.
license: BSD3
license-file: LICENSE
author: Charles Durham
maintainer: Charles Durham <cpdurham@gmail.com>
copyright: (c) 2014 Charles Durham
category: Math
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.Vect.Floating.Accelerate.Instances
-- other-modules:
build-depends: base ==4.6.*, accelerate ==0.14.*, vect-floating ==0.1.*
hs-source-dirs: src