orthotope 0.1.7.1 → 0.1.7.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- orthotope.cabal +3/−3
orthotope.cabal view
@@ -1,5 +1,5 @@ name: orthotope-version: 0.1.7.1+version: 0.1.7.2 synopsis: Multidimensional arrays inspired by APL license: Apache license-file: LICENSE@@ -18,7 +18,7 @@ LICENSE README.md -tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1+tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 source-repository head type: git@@ -61,7 +61,7 @@ , Data.Array.Internal.ShapedU build-depends: base >= 4.12 && < 4.22,- QuickCheck >= 2.14.3 && < 2.17,+ QuickCheck >= 2.14.3 && < 2.18, deepseq >= 1.4.4 && < 1.7, pretty >= 1.1.3 && < 1.2, dlist >= 1.0 && < 1.1,