LATS-0.4.0: LATS.cabal
name: LATS
version: 0.4.0
synopsis: Linear Algebra on Typed Spaces
description: Please see README.org
homepage: http://github.com/guaraqe/lats#readme
license: BSD3
license-file: LICENSE
author: guaraqe
maintainer: guaraqe@openmailbox.org
copyright: Copyright 2016 guaraqe
category: Numeric
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: LinearAlgebra.TypedSpaces
LinearAlgebra.TypedSpaces.Classes
LinearAlgebra.TypedSpaces.Matrix
LinearAlgebra.TypedSpaces.Matrix.Raw
LinearAlgebra.TypedSpaces.Vector
LinearAlgebra.TypedSpaces.Vector.Raw
LinearAlgebra.TypedSpaces.Vector.Mutable
build-depends: base >= 4.7 && < 5
, constraint-classes
, hmatrix
, semigroups
, vector
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/guaraqe/lats