packages feed

gi-cairo-again-1.16.0: gi-cairo-again.cabal

name:                gi-cairo-again
version:             1.16.0
synopsis:            Bridge between packages gi-* and cairo-core.
description:         Bridge between packages gi-* and cairo-core. Just `fromGI` and `toGI`.
homepage:            https://github.com/magicloud/gi-cairo#readme
license:             BSD3
license-file:        LICENSE
author:              Magicloud
maintainer:          magiclouds@gmail.com
copyright:           None
category:            Graphics
build-type:          Simple
extra-source-files:  README.md, Changelog
cabal-version:       2.0

library
  hs-source-dirs:      src
  exposed-modules:     GI.Cairo.Connector
                       GI.Cairo.Enums
                       GI.Cairo.Structs.Context
                       GI.Cairo.Structs.Device
                       GI.Cairo.Structs.FontFace
                       GI.Cairo.Structs.FontOptions
                       GI.Cairo.Structs.Matrix
                       GI.Cairo.Structs.Path
                       GI.Cairo.Structs.Pattern
                       GI.Cairo.Structs.RectangleInt
                       GI.Cairo.Structs.Region
                       GI.Cairo.Structs.ScaledFont
                       GI.Cairo.Structs.Surface
  other-modules:       Helper
  build-depends:       base >= 4.7 && < 5
                     , cairo-core
                     , haskell-gi-base
                     , template-haskell
  default-language:    Haskell2010
  default-extensions:  TemplateHaskell
                       MultiParamTypeClasses

source-repository head
  type:     git
  location: https://github.com/magicloud/gi-cairo