pango 0.13.4.0 → 0.13.5.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Graphics/Rendering/Pango/Cairo.chs +1/−1
- pango.cabal +2/−2
Graphics/Rendering/Pango/Cairo.chs view
@@ -24,7 +24,7 @@ -- Portability : portable (depends on GHC) -- ----- Pango specific functions to for redering with Cairo.+-- Pango specific functions for redering with Cairo. -- -- Cairo is a graphics library that supports vector graphics and image -- compositing that can be used with Pango. The functions in this module provide
pango.cabal view
@@ -1,5 +1,5 @@ Name: pango-Version: 0.13.4.0+Version: 0.13.5.0 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -40,7 +40,7 @@ custom-setup setup-depends: base >= 4.6,- Cabal >= 1.24 && < 2.1,+ Cabal >= 1.24 && < 2.3, filepath >= 1.3 && < 1.5, gtk2hs-buildtools >= 0.13.2.0 && < 0.14