Skip to content

Commit

Permalink
Update from Hackage at 2020-07-08T21:44:34Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 8, 2020
1 parent 9fe5869 commit b71f8b8
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions safe-tensor/0.2.0.0/safe-tensor.cabal
@@ -0,0 +1,59 @@
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: 01b45dfa508544cf3d4c145d847b74cfe33a819cd020b449016b3c1d38cf3afc

name: safe-tensor
version: 0.2.0.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 <https://github.com/nilsalex/safe-tensor#readme>
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
, hmatrix >=0.20 && <0.21
, mtl >=2.2 && <2.3
, singletons >=2.5 && <2.8
default-language: Haskell2010
1 change: 1 addition & 0 deletions safe-tensor/0.2.0.0/safe-tensor.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"2948e75a0cfac4aa89198becca1472cb","Skein512_512":"e6af321175b0bbe0a3f78d6c4db1008c79361cd0337be94384c25056651d940addf92b9cd87025e30aaacf7525daf7bbda062dc3dce008e39548e6d5c2c4663c","SHA1":"585e5a97041a548f72fc5afe2105837490baebe4","SHA512":"2b32408b6e76d7cccc5fec7bd9ca988fa89e98fe9704a7a6e3d6616d680bbc255a30e5811ee4c925059a2396bc3cd42b0bf554832f39aa85f0e8260fcbf0df41","SHA256":"e86ac51f4a88c4e373cda2e7351632ca62ef1d5534edb4304688337e7d75ca11"},"package-locations":["https://hackage.haskell.org/package/safe-tensor-0.2.0.0/safe-tensor-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/safe-tensor-0.2.0.0.tar.gz"],"package-size":31619}

0 comments on commit b71f8b8

Please sign in to comment.