massiv 0.1.6.0 → 0.1.6.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
massiv.cabal view
@@ -1,5 +1,5 @@ name: massiv-version: 0.1.6.0+version: 0.1.6.1 synopsis: Massiv (Массив) is an Array Library. description: Multi-dimensional Arrays with fusion, stencils and parallel computation. homepage: https://github.com/lehins/massiv
tests/Data/Massiv/Array/Ops/FoldSpec.hs view
@@ -79,7 +79,7 @@ it "Nested Parallel Fold" $ property prop_NestedFoldP it "FoldrOnP" $ property $ prop_FoldrOnP it "FoldlOnP" $ property $ prop_FoldlOnP- describe "Foldable Props" do+ describe "Foldable Props" $ do it "Ix1" $ property $ foldOpsProp (Nothing :: Maybe Ix1) it "Ix2" $ property $ foldOpsProp (Nothing :: Maybe Ix2) it "Ix3" $ property $ foldOpsProp (Nothing :: Maybe Ix3)