packages feed

sparse-tensor 0.2.1.3 → 0.2.1.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~QuickCheckdep ~bytestringdep ~tasty

Dependency ranges changed: QuickCheck, bytestring, tasty

Files

sparse-tensor.cabal view
@@ -1,5 +1,5 @@ name:                sparse-tensor-version:             0.2.1.3+version:             0.2.1.4 synopsis:            typesafe tensor algebra library description:     .@@ -26,7 +26,7 @@ custom-setup   setup-depends:     base >= 4.9 && < 5,-    Cabal >= 1.24 && < 3.1+    Cabal >= 1.24 && < 3.3  source-repository head   type:     git@@ -63,8 +63,8 @@   other-modules:       LinearAlgebra, IndList, Ansatz, Serialization   build-depends:       base              >= 4.9 && < 5,                        hmatrix           >= 0.16.1 && < 0.21,-                       QuickCheck        >= 2.8.2 && < 2.14,-                       tasty             >= 0.11 && < 1.3,+                       QuickCheck        >= 2.8.2 && < 2.15,+                       tasty             >= 0.11 && < 1.4,                        tasty-hunit       >= 0.9 && < 0.11,                        tasty-quickcheck  >= 0.8 && < 0.11,                        sparse-tensor