gi-harfbuzz 0.0.2 → 0.0.3
raw patch · 3 files changed
+11/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +8/−0
- README.md +1/−1
- gi-harfbuzz.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,11 @@+### 0.0.3+++ Add a pkgconfig dependency on harfbuzz-gobject++### 0.0.2+++ Relax the dependency on harfbuzz to >= 1+ ### 0.0.1 + Initial release.
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-harfbuzz-0.0.2/docs/GI-HarfBuzz.html](https://hackage.haskell.org/package/gi-harfbuzz-0.0.2/docs/GI-HarfBuzz.html)+[https://hackage.haskell.org/package/gi-harfbuzz-0.0.3/docs/GI-HarfBuzz.html](https://hackage.haskell.org/package/gi-harfbuzz-0.0.3/docs/GI-HarfBuzz.html) For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
gi-harfbuzz.cabal view
@@ -1,5 +1,5 @@ name: gi-harfbuzz-version: 0.0.2+version: 0.0.3 synopsis: HarfBuzz bindings description: Bindings for HarfBuzz, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -26,7 +26,7 @@ other-extensions: PatternSynonyms, ViewPatterns, TypeApplications ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations - pkgconfig-depends: harfbuzz >= 1+ pkgconfig-depends: harfbuzz >= 1, harfbuzz-gobject >= 1 build-depends: base >= 4.7 && <5, haskell-gi-base >= 0.24 && < 0.25, haskell-gi >= 0.24.1 && < 0.25,