File: svgcairo.cabal

package info (click to toggle)
haskell-svgcairo 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 4
  • sloc: haskell: 437; makefile: 14; sh: 5; ansic: 3
file content (45 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download
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
43
44
45
Name:           svgcairo
Version:        0.11.1
License:        BSD3
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Duncan Coutts
Maintainer:     gtk2hs-users@sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.6.0
Stability:      provisional
homepage:       http://www.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the libsvg-cairo library.
Description:    Svgcairo is used to render SVG with cairo.

Category:       Graphics
Tested-With:    GHC == 6.12.1
x-Types-Forward: *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
Extra-Source-Files: svgcairo.h
                    Gtk2HsSetup.hs

Data-Dir:		demo
Data-Files:		Makefile
                Svg2Png.hs
                SvgViewer.hs
				
Source-Repository head
  type:         darcs
  location:     http://code.haskell.org/svgcairo

Library
        build-depends:  base >= 4 && < 5, array, containers, haskell98, mtl,
                        glib  >= 0.11 && < 0.12, 
                        cairo >= 0.11 && < 0.12
						
        build-tools:    gtk2hsC2hs, gtk2hsHookGenerator, gtk2hsTypeGen
		
        exposed-modules:
          Graphics.Rendering.Cairo.SVG
		  
        extensions:     ForeignFunctionInterface
		
        x-c2hs-Header:  svgcairo.h
        pkgconfig-depends: librsvg-2.0 >= 2.16.0, cairo-svg >= 1.6.0