This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gi-cairo-again.cabal
42 lines (40 loc) · 1.57 KB
/
gi-cairo-again.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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: [email protected]
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