packages feed

comfort-array 0.5.4 → 0.5.4.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~doctest-libPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: doctest-lib

API changes (from Hackage documentation)

Files

comfort-array.cabal view
@@ -1,5 +1,5 @@ Name:             comfort-array-Version:          0.5.4+Version:          0.5.4.1 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -97,7 +97,7 @@   test-module.list  Source-Repository this-  Tag:         0.5.4+  Tag:         0.5.4.1   Type:        darcs   Location:    https://hub.darcs.net/thielema/comfort-array/ 
src/Data/Array/Comfort/Boxed.hs view
@@ -204,6 +204,7 @@    Shape.size shape > 0   QC.==>    QC.forAll (QC.elements $ Shape.indices shape) $ \(ix0,ix1) ->       Array.pick xs ix0 ! ix1 == xs!(ix0,ix1)+:} -} pick ::    (Shape.Indexed sh0, Shape.C sh1) =>