avers 0.0.10 → 0.0.11
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- avers.cabal +1/−1
- src/Avers/Storage.hs +1/−1
avers.cabal view
@@ -1,5 +1,5 @@ name: avers-version: 0.0.10+version: 0.0.11 license: GPL-3 license-file: LICENSE author: Tomas Carnecky
src/Avers/Storage.hs view
@@ -263,7 +263,7 @@ R.OrderByIndexed (R.Descending "objectSnapshotSequence") $ objectSnapshotSequenceE objId lo hi - snapshot <- case V.headM snapshots of+ snapshot <- case snapshots V.!? 0 of Just x -> parseDatum x Nothing -> return $ initialSnapshot objId