packages feed

hw-prim 0.6.2.21 → 0.6.2.22

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hw-prim.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           hw-prim-version:        0.6.2.21+version:        0.6.2.22 synopsis:       Primitive functions and data types description:    Primitive functions and data types. category:       Data
src/HaskellWorks/Data/Vector/Storable.hs view
@@ -67,5 +67,5 @@           then do             let (s', a) = f i s             DVSM.unsafeWrite mv i a-            return s'+            go (i + 1) s' mv           else return s