packages feed

hypergeomatrix 1.1.0.0 → 1.1.0.1

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~arraydep ~containersdep ~cyclotomicPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array, containers, cyclotomic, tasty, tasty-hunit

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -6,3 +6,7 @@ ------- * upgrade version bounds of the 'containers' dependency * fixed LaTeX code in README++1.1.0.1+-------+* removed the upper bounds
hypergeomatrix.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               hypergeomatrix-version:            1.1.0.0+version:            1.1.0.1 license:            BSD-3-Clause license-file:       LICENSE copyright:          2022 Stéphane Laurent@@ -38,9 +38,9 @@     ghc-options:      -Wall     build-depends:         base >=4.7 && <5,-        array >=0.5.4.0 && <0.6,-        containers >=0.6.5.1 && <0.7,-        cyclotomic >=1.1.1 && <1.2+        array >=0.5.4.0,+        containers >=0.6.5.1,+        cyclotomic >=1.1.1  test-suite unit-tests     type:             exitcode-stdio-1.0@@ -50,6 +50,6 @@     default-language: Haskell2010     build-depends:         base >=4.7 && <5,-        tasty >=1.4.2.3 && <1.5,-        tasty-hunit >=0.10.0.3 && <0.11,+        tasty >=1.4.2.3,+        tasty-hunit >=0.10.0.3,         hypergeomatrix -any