Cabal revisions of vect-floating-accelerate-0.1.0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- 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-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- 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+-- 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 <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. +homepage: http://github.com/cpdurham/vect-floating-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 + 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