packages feed

qlinear 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~template-haskellPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, template-haskell

API changes (from Hackage documentation)

- QLinear.Index: Index :: Index
+ QLinear.Index: Index :: Index (i :: Nat) (j :: Nat)

Files

qlinear.cabal view
@@ -1,6 +1,6 @@-cabal-version: 3.0+cabal-version:  3.0 name:           qlinear-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Typesafe library for linear algebra description:    Please see the README on GitHub at <https://github.com/JuniorGarbageCollector/QLinear> category:       Math@@ -41,13 +41,13 @@   hs-source-dirs:       src   build-depends:-      base >=4.7 && <5+      base >=4.13.0 && < 4.15     , haskell-src-exts >=1.23.1 && <1.24     , haskell-src-meta >=0.8.5 && <0.9     , linear >=1.21.1 && <1.22     , parsec >=3.1.13 && <3.2     , split >=0.2.3 && <0.3-    , template-haskell >= 2.14.0 && < 2.15+    , template-haskell >= 2.15.0 && < 2.16   default-language: Haskell2010  test-suite UnitTests