packages feed

vect-floating-0.1.0.0: vect-floating.cabal

-- Initial vect-floating.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                vect-floating
version:             0.1.0.0
synopsis:            A low-dimensional linear algebra library, operating on the Floating typeclass
description:         A low-dimensional (2, 3, 4 and Quaternions) linear algebra library, 
		     with lots of useful functions. Forked from vect library at <http://hackage.haskell.org/package/vect>
		     by Balazs Komuves in order to use Floating typeclass instead of Float, Double. 
		     Will be compatible with accelerate in a future package. 
		     Many thanks to Balazs Komuves.
homepage:            http://github.com/cdurham/vect-floating
license:             BSD3
license-file:        LICENSE
author:              Balazs Komuves, Charles Durham
maintainer:          Charles Durham <cpdurham@gmail.com>
copyright:           (c) 2008-2011 Balazs Komuves (c) 2014 Charles Durham
category:            Math
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules: Data.Vect.Floating, Data.Vect.Floating.Base, Data.Vect.Floating.Interpolate, Data.Vect.Floating.GramSchmidt, Data.Vect.Floating.Util.Projective, Data.Vect.Floating.Util.Dim2, Data.Vect.Floating.Util.Dim3, Data.Vect.Floating.Util.Dim4, Data.Vect.Floating.Util.Quaternion
		       
  -- other-modules:       
  build-depends:       base ==4.6.*, random ==1.0.*
  hs-source-dirs:      src