harfbuzz-pure 1.0.1.0 → 1.0.1.1
raw patch · 2 files changed
+2/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Data/Text/Glyphize/Buffer.hs +1/−0
- harfbuzz-pure.cabal +1/−1
Data/Text/Glyphize/Buffer.hs view
@@ -323,6 +323,7 @@ (Just ContentTypeUnicode, Nothing, _, _) -> hb_buffer_guess_segment_properties buf' (Just ContentTypeUnicode, _, Nothing, _) -> hb_buffer_guess_segment_properties buf' (Just ContentTypeUnicode, _, _, Nothing) -> hb_buffer_guess_segment_properties buf'+ _ -> return () throwFalse $ hb_buffer_allocation_successful buf' cb buf'
harfbuzz-pure.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.1.0+version: 1.0.1.1 -- A short (one-line) description of the package. synopsis: Pure-functional Harfbuzz language bindings