simple-pango-0.1.0.1: simple-pango.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: simple-pango
version: 0.1.0.1
synopsis: Binding to Pango library
description: Please see the README on GitHub at <https://github.com/githubuser/simple-pango#readme>
category: Graphics
homepage: https://github.com/githubuser/simple-pango#readme
bug-reports: https://github.com/githubuser/simple-pango/issues
author: Author name here
maintainer: example@example.com
copyright: 2021 Author name here
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
include/pango_log_attr.h
source-repository head
type: git
location: https://github.com/githubuser/simple-pango
library
exposed-modules:
Data.Font.VariationAxis
Data.Font.VariationAxis.Internal
Data.Text.CString
Data.Text.Foreign.StringPartial
Foreign.C.String.ForeignCStringLen
Foreign.C.String.Misc
Foreign.C.String.Utf8
Foreign.Ptr.Misc
Graphics.Pango.Basic.BidirectionalText
Graphics.Pango.Basic.Fonts.PangoFontDescription
Graphics.Pango.Basic.Fonts.PangoFontDescription.Type
Graphics.Pango.Basic.Fonts.PangoFontDescription.Variations
Graphics.Pango.Basic.GlyphStorage
Graphics.Pango.Basic.GlyphStorage.Internal
Graphics.Pango.Basic.GlyphStorage.PangoMatrix
Graphics.Pango.Basic.GlyphStorage.PangoMatrix.Internal
Graphics.Pango.Basic.LayoutObjects.PangoLayout
Graphics.Pango.Basic.LayoutObjects.PangoLayout.Internal
Graphics.Pango.Basic.LayoutObjects.PangoLayoutIter
Graphics.Pango.Basic.LayoutObjects.PangoLayoutIter.Internal
Graphics.Pango.Basic.LayoutObjects.PangoLayoutLine
Graphics.Pango.Basic.LayoutObjects.PangoLayoutLine.Internal
Graphics.Pango.Basic.ScriptsAndLanguages.PangoLanguage
Graphics.Pango.Basic.ScriptsAndLanguages.PangoLanguage.Internal
Graphics.Pango.Basic.ScriptsAndLanguages.PangoScript
Graphics.Pango.Basic.ScriptsAndLanguages.PangoScript.Enum
Graphics.Pango.Basic.ScriptsAndLanguages.PangoScript.Internal
Graphics.Pango.Basic.TextAttributes
Graphics.Pango.Basic.TextAttributes.Internal
Graphics.Pango.Basic.VerticalText
Graphics.Pango.LowLevel.Contexts
Graphics.Pango.LowLevel.Contexts.Internal
Graphics.Pango.LowLevel.TabStops
Graphics.Pango.LowLevel.TabStops.Internal
Graphics.Pango.Rendering.Cairo
other-modules:
Paths_simple_pango
hs-source-dirs:
src
include-dirs:
include
c-sources:
csrc/pango_log_attr.c
pkgconfig-depends:
pangocairo
build-depends:
array
, base >=4.7 && <5
, bytestring
, c-enum
, c-struct
, containers
, glib-stopgap
, primitive
, simple-cairo
, template-haskell
, text
, union-angle
, union-color
default-language: Haskell2010
test-suite simple-pango-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_simple_pango
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
array
, base >=4.7 && <5
, bytestring
, c-enum
, c-struct
, containers
, glib-stopgap
, primitive
, simple-cairo
, simple-pango
, template-haskell
, text
, union-angle
, union-color
default-language: Haskell2010