packages feed

LATS-0.4.2: LATS.cabal

name:                LATS
version:             0.4.2
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 >= 0.2 && < 0.3
                     , hmatrix >= 0.17 && < 0.18
                     , semigroups >= 0.18 && < 0.19
                     , vector >= 0.11 && < 0.12

  extra-libraries:     openblas

  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/guaraqe/lats