packages feed

gi-pango-1.0.21: gi-pango.cabal

name:                 gi-pango
version:              1.0.21
synopsis:             Pango bindings
description:          Bindings for Pango, autogenerated by haskell-gi.
homepage:             https://github.com/haskell-gi/haskell-gi
license:              LGPL-2.1
license-file:         LICENSE
author:               Will Thompson, Iñaki García Etxebarria and Jonas Platte
maintainer:           Iñaki García Etxebarria (inaki@blueleaf.cc)
category:             Bindings
build-type:           Custom
cabal-version:        1.24

extra-source-files: README.md ChangeLog.md stack.yaml Pango.overrides

custom-setup
      setup-depends: base >= 4.9 && < 5,
                     Cabal >= 1.24,
                     haskell-gi >= 0.22.5 && < 0.23,
                     gi-gobject == 2.0.*,
                     gi-glib == 2.0.*

library
      default-language: Haskell2010
      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses
      other-extensions: PatternSynonyms, ViewPatterns
      ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations

      pkgconfig-depends: pango >= 1.0 && < 2
      build-depends: base >= 4.7 && <5,
                     haskell-gi-base >= 0.22.0 && < 0.23,
                     haskell-gi >= 0.22.5 && < 0.23,
                     haskell-gi-overloading < 1.1,
                     gi-gobject == 2.0.*,
                     gi-glib == 2.0.*,
                     bytestring >= 0.10 && < 1,
                     containers >= 0.5 && < 1,
                     text >= 1.0 && < 2,
                     transformers >= 0.4 && < 1

      -- Disable overloading when compiling under GHC 8.2.x
      -- see https://ghc.haskell.org/trac/ghc/ticket/14382
      if impl(ghc == 8.2.*)
              build-depends: haskell-gi-overloading == 0.0

      -- Note that the following list of exposed modules and autogen
      -- modules is for documentation purposes only, so that some
      -- documentation appears in hackage. The actual list of modules
      -- to be built will be built at configure time, based on the
      -- available introspection data.

      exposed-modules: GI.Pango,
                       GI.Pango.Callbacks,
                       GI.Pango.Constants,
                       GI.Pango.Enums,
                       GI.Pango.Flags,
                       GI.Pango.Functions,
                       GI.Pango.Objects,
                       GI.Pango.Objects.Context,
                       GI.Pango.Objects.Engine,
                       GI.Pango.Objects.EngineLang,
                       GI.Pango.Objects.EngineShape,
                       GI.Pango.Objects.Font,
                       GI.Pango.Objects.FontFace,
                       GI.Pango.Objects.FontFamily,
                       GI.Pango.Objects.FontMap,
                       GI.Pango.Objects.Fontset,
                       GI.Pango.Objects.FontsetSimple,
                       GI.Pango.Objects.Layout,
                       GI.Pango.Objects.Renderer,
                       GI.Pango.Structs,
                       GI.Pango.Structs.Analysis,
                       GI.Pango.Structs.AttrClass,
                       GI.Pango.Structs.AttrColor,
                       GI.Pango.Structs.AttrFloat,
                       GI.Pango.Structs.AttrFontDesc,
                       GI.Pango.Structs.AttrFontFeatures,
                       GI.Pango.Structs.AttrInt,
                       GI.Pango.Structs.AttrIterator,
                       GI.Pango.Structs.AttrLanguage,
                       GI.Pango.Structs.AttrList,
                       GI.Pango.Structs.AttrShape,
                       GI.Pango.Structs.AttrSize,
                       GI.Pango.Structs.AttrString,
                       GI.Pango.Structs.Attribute,
                       GI.Pango.Structs.Color,
                       GI.Pango.Structs.Coverage,
                       GI.Pango.Structs.EngineInfo,
                       GI.Pango.Structs.EngineScriptInfo,
                       GI.Pango.Structs.FontDescription,
                       GI.Pango.Structs.FontMetrics,
                       GI.Pango.Structs.GlyphGeometry,
                       GI.Pango.Structs.GlyphInfo,
                       GI.Pango.Structs.GlyphItem,
                       GI.Pango.Structs.GlyphItemIter,
                       GI.Pango.Structs.GlyphString,
                       GI.Pango.Structs.GlyphVisAttr,
                       GI.Pango.Structs.IncludedModule,
                       GI.Pango.Structs.Item,
                       GI.Pango.Structs.Language,
                       GI.Pango.Structs.LayoutIter,
                       GI.Pango.Structs.LayoutLine,
                       GI.Pango.Structs.LogAttr,
                       GI.Pango.Structs.Map,
                       GI.Pango.Structs.MapEntry,
                       GI.Pango.Structs.Matrix,
                       GI.Pango.Structs.Rectangle,
                       GI.Pango.Structs.ScriptIter,
                       GI.Pango.Structs.TabArray

      autogen-modules: GI.Pango,
                       GI.Pango.Callbacks,
                       GI.Pango.Constants,
                       GI.Pango.Enums,
                       GI.Pango.Flags,
                       GI.Pango.Functions,
                       GI.Pango.Objects,
                       GI.Pango.Objects.Context,
                       GI.Pango.Objects.Engine,
                       GI.Pango.Objects.EngineLang,
                       GI.Pango.Objects.EngineShape,
                       GI.Pango.Objects.Font,
                       GI.Pango.Objects.FontFace,
                       GI.Pango.Objects.FontFamily,
                       GI.Pango.Objects.FontMap,
                       GI.Pango.Objects.Fontset,
                       GI.Pango.Objects.FontsetSimple,
                       GI.Pango.Objects.Layout,
                       GI.Pango.Objects.Renderer,
                       GI.Pango.Structs,
                       GI.Pango.Structs.Analysis,
                       GI.Pango.Structs.AttrClass,
                       GI.Pango.Structs.AttrColor,
                       GI.Pango.Structs.AttrFloat,
                       GI.Pango.Structs.AttrFontDesc,
                       GI.Pango.Structs.AttrFontFeatures,
                       GI.Pango.Structs.AttrInt,
                       GI.Pango.Structs.AttrIterator,
                       GI.Pango.Structs.AttrLanguage,
                       GI.Pango.Structs.AttrList,
                       GI.Pango.Structs.AttrShape,
                       GI.Pango.Structs.AttrSize,
                       GI.Pango.Structs.AttrString,
                       GI.Pango.Structs.Attribute,
                       GI.Pango.Structs.Color,
                       GI.Pango.Structs.Coverage,
                       GI.Pango.Structs.EngineInfo,
                       GI.Pango.Structs.EngineScriptInfo,
                       GI.Pango.Structs.FontDescription,
                       GI.Pango.Structs.FontMetrics,
                       GI.Pango.Structs.GlyphGeometry,
                       GI.Pango.Structs.GlyphInfo,
                       GI.Pango.Structs.GlyphItem,
                       GI.Pango.Structs.GlyphItemIter,
                       GI.Pango.Structs.GlyphString,
                       GI.Pango.Structs.GlyphVisAttr,
                       GI.Pango.Structs.IncludedModule,
                       GI.Pango.Structs.Item,
                       GI.Pango.Structs.Language,
                       GI.Pango.Structs.LayoutIter,
                       GI.Pango.Structs.LayoutLine,
                       GI.Pango.Structs.LogAttr,
                       GI.Pango.Structs.Map,
                       GI.Pango.Structs.MapEntry,
                       GI.Pango.Structs.Matrix,
                       GI.Pango.Structs.Rectangle,
                       GI.Pango.Structs.ScriptIter,
                       GI.Pango.Structs.TabArray