cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: e0fcc8fb2efd3f5b62b7dd2ad65bca4521755f5226831bfe4553c23ab94904f6 name: safe-tensor version: 0.2.1.0 synopsis: Dependently typed tensor algebra description: For an introduction to the library, see "Math.Tensor.Safe". For more information, see the README on GitHub at category: Math homepage: https://github.com/nilsalex/safe-tensor#readme bug-reports: https://github.com/nilsalex/safe-tensor/issues author: Nils Alex maintainer: nils.alex@fau.de copyright: 2020 Nils Alex license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/nilsalex/safe-tensor library exposed-modules: Math.Tensor Math.Tensor.Basic Math.Tensor.Basic.Area Math.Tensor.Basic.Delta Math.Tensor.Basic.Epsilon Math.Tensor.Basic.Sym2 Math.Tensor.Basic.TH Math.Tensor.LinearAlgebra Math.Tensor.LinearAlgebra.Equations Math.Tensor.LinearAlgebra.Matrix Math.Tensor.LinearAlgebra.Scalar Math.Tensor.Safe Math.Tensor.Safe.Proofs Math.Tensor.Safe.TH Math.Tensor.Safe.Vector other-modules: Paths_safe_tensor hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , constraints >=0.10 && <0.13 , containers >=0.6 && <0.7 , deepseq >=1.4 && <1.5 , hmatrix >=0.20 && <0.21 , mtl >=2.2 && <2.3 , singletons >=2.5 && <2.8 default-language: Haskell2010