binary-list 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/BinaryList/Serialize.hs +1/−1
- binary-list.cabal +1/−1
Data/BinaryList/Serialize.hs view
@@ -90,7 +90,7 @@ -- | The result of decoding a binary list, which produces a list of binary -- lists of increasing size, ending in either a decoding error or a final--- binary list. When this is the result of 'decodeBinListIncremental', it+-- binary list. When this is the result of 'decodeBinList', it -- contains sublists of order 1, 2, 4, 8, ... up to the order of the total -- list (unless an error has been encountered first). This sublists are -- either a section starting at the left, or a section starting at the right,
binary-list.cabal view
@@ -1,5 +1,5 @@ name: binary-list-version: 0.2.0.1+version: 0.2.0.2 synopsis: Lists of size length a power of two. description: Some algorithmic problems work only when the input list has length a power of two. This library provides with a