bytestring-tree-builder 0.2.1.3 → 0.2.1.4
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
bytestring-tree-builder.cabal view
@@ -1,7 +1,7 @@ name: bytestring-tree-builder version:- 0.2.1.3+ 0.2.1.4 category: ByteString synopsis:
library/ByteString/TreeBuilder/Tree.hs view
@@ -41,7 +41,7 @@ foldlM step init = \case Empty ->- pure init+ return init Leaf value -> step init value Branch tree1 tree2 ->