np-linear-0.2.0.1: np-linear.cabal
name: np-linear
version: 0.2.0.1
synopsis: Linear algebra for the numeric-prelude framework
-- description:
license: BSD3
author: Arie Peterson
maintainer: ariep@xs4all.nl
category: Math
stability: experimental
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Algebra.Linear,
Algebra.Linear.Integral,
Algebra.Linear.Subspace,
Algebra.Module.Free
other-modules:
Auxiliary
build-depends:
base >= 4.5 && < 4.8,
binary >= 0.6.3 && < 0.8,
containers >= 0.5 && < 0.6,
numeric-prelude >= 0.4.1.1 && < 0.5,
-- bifunctors >= 4.1 && < 0.5,
reflection >= 1.3 && < 1.6,
tagged == 0.7.*
hs-source-dirs: src
default-language: Haskell2010