packages feed

pango 0.12.3 → 0.12.4

raw patch · 2 files changed

+4/−3 lines, 2 files

Files

Graphics/Rendering/Pango/Types.chs view
@@ -1,4 +1,5 @@ {-# OPTIONS_HADDOCK hide #-}+{-# LANGUAGE CPP #-} -- -*-haskell-*- -- -------------------- automatically generated file - do not edit ---------- --  Object hierarchy for the GIMP Toolkit (GTK) Binding for Haskell@@ -66,8 +67,8 @@   ) where  import Foreign.ForeignPtr (ForeignPtr, castForeignPtr, unsafeForeignPtrToPtr)-import Foreign.C.Types    (CULong, CUInt)-import System.Glib.GType	(GType, typeInstanceIsA)+import Foreign.C.Types    (CULong(..), CUInt(..))+import System.Glib.GType  (GType, typeInstanceIsA) {#import System.Glib.GObject#}  {# context lib="gtk" prefix="gtk" #}
pango.cabal view
@@ -1,5 +1,5 @@ Name:           pango-Version:        0.12.3+Version:        0.12.4 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team