pango 0.13.2.0 → 0.13.3.0
raw patch · 2 files changed
+4/−8 lines, 2 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Graphics.Rendering.Pango.Enums: WeightSemilight :: Weight
Files
- Setup.hs +2/−4
- pango.cabal +2/−4
Setup.hs view
@@ -4,8 +4,7 @@ -- import Distribution.Simple ( defaultMainWithHooks, UserHooks(postConf), PackageIdentifier(..), PackageName(..) )-import Gtk2HsSetup ( gtk2hsUserHooks, getPkgConfigPackages, checkGtk2hsBuildtools,- typeGenProgram, signalGenProgram, c2hsLocal)+import Gtk2HsSetup ( gtk2hsUserHooks, getPkgConfigPackages) import Distribution.Simple.Setup ( ConfigFlags(configVerbosity), fromFlag) import Distribution.Simple.LocalBuildInfo ( LocalBuildInfo(..) ) import Distribution.Simple.BuildPaths ( autogenModulesDir )@@ -15,8 +14,7 @@ import Distribution.Simple.Utils import System.FilePath -main = do- checkGtk2hsBuildtools [c2hsLocal, typeGenProgram]+main = defaultMainWithHooks gtk2hsUserHooks { postConf = \args cf pd lbi -> do
pango.cabal view
@@ -1,5 +1,5 @@ Name: pango-Version: 0.13.2.0+Version: 0.13.3.0 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -42,7 +42,7 @@ setup-depends: base >= 4.6, Cabal >= 1.24 && < 1.25, filepath >= 1.3 && < 1.5,- gtk2hs-buildtools >= 0.13.1.0 && < 0.14+ gtk2hs-buildtools >= 0.13.2.0 && < 0.14 Library build-depends: base >= 4 && < 5,@@ -56,8 +56,6 @@ cpp-options: -DHAVE_NEW_CONTROL_EXCEPTION else build-depends: base < 4-- build-tools: gtk2hsC2hs >= 0.13.13, gtk2hsTypeGen exposed-modules: Graphics.Rendering.Pango Graphics.Rendering.Pango.Font