packages feed

xhb-ewmh 0.1.2.1 → 0.1.3.1

raw patch · 2 files changed

+2/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Graphics/XHB/Ewmh/Serialize.hs view
@@ -86,11 +86,9 @@      serializeList = mapM_ putWord8 . map (fromIntegral . ord) . concat . intersperse "\0" -    deserializeList = fmap (init_ . convert) getRemainingLazyByteString+    deserializeList = fmap convert getRemainingLazyByteString         where nul      = fromIntegral . ord $ '\0'               convert  = map C.unpack . B.splitWith (== nul)-              init_ [] = []-              init_ xs = init xs  instance Serialize Word8 where     serialize = putWord8
xhb-ewmh.cabal view
@@ -1,5 +1,5 @@ name:                xhb-ewmh-version:             0.1.2.1+version:             0.1.3.1 synopsis:            EWMH utilities for XHB description:         EWMH utilities for XHB license:             BSD2