packages feed

vect-floating-accelerate 0.1.0.3 → 0.1.0.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~acceleratedep ~basedep ~vect-floating

Dependency ranges changed: accelerate, base, vect-floating

Files

vect-floating-accelerate.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                vect-floating-accelerate-version:             0.1.0.3+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. @@ -19,5 +19,5 @@ library   exposed-modules:     Data.Vect.Floating.Accelerate.Instances   ghc-options:	       -Wall -O2-  build-depends:       base ==4.6.*, accelerate ==0.14.*, vect-floating ==0.1.0.3+  build-depends:       base >= 3 && < 5, accelerate >= 0.14.0.0 && <= 0.15.0.0, vect-floating == 0.1.0.4   hs-source-dirs:      src