-- 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.4 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 by Balazs Komuves in order to use Floating typeclass instead of Float, Double. Accelerate instances are available at . Many thanks to Balazs Komuves. homepage: http://github.com/cpdurham/vect-floating license: BSD3 license-file: LICENSE author: Balazs Komuves, Charles Durham maintainer: Charles Durham 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 ghc-options: -Wall -O2 build-depends: base >= 3 && < 5, random ==1.0.* hs-source-dirs: src