-- 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.4 x-revision: 1 synopsis: Accelerate instances for vect-floating types description: Provides accelerate compatibility of vect-floating . Includes Vec2, Normal2, Vec3, Normal3, Vec4, Normal4, Quaternion and UnitQuaternion. Credit to Trevor L. McDonell for examples on how to make data types compatible with accelerate. homepage: http://github.com/cpdurham/vect-floating-accelerate license: BSD3 license-file: LICENSE author: Charles Durham maintainer: Charles Durham copyright: (c) 2014 Charles Durham category: Math build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.Vect.Floating.Accelerate.Instances ghc-options: -Wall -O2 build-depends: base >= 3 && < 5, accelerate >= 0.14.0.0 && <= 0.15.0.0, vect-floating == 0.1.0.4 hs-source-dirs: src