File: gio.cabal

package info (click to toggle)
haskell-gio 0.12.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 524 kB
  • ctags: 3
  • sloc: haskell: 656; makefile: 9
file content (87 lines) | stat: -rw-r--r-- 2,990 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Name:           gio
Version:        0.12.5.3
License:        LGPL-2.1
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Peter Gavin, Andy Stewart
Maintainer:     gtk2hs-users@lists.sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.8
Stability:      stable
homepage:       http://projects.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the GIO.
Description:    GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. 
                The goal is to overcome the shortcomings of GnomeVFS and provide an API that is 
                so good that developers prefer it over raw POSIX calls. 
                Among other things that means using GObject. 
                It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces.
Category:       System
Tested-With:    GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.1
Extra-Source-Files: SetupWrapper.hs SetupMain.hs Gtk2HsSetup.hs
                    marshal.list
					hierarchy.list

x-Types-File:      System/GIO/Types.chs
x-Types-ModName:   System.GIO.Types
x-Types-Import:    System.Glib.GObject
x-Types-Lib:       gio
x-Types-Prefix:    g
x-Types-Tag:       gio
x-Types-Hierarchy: hierarchy.list

Data-Dir:		demo
Data-Files:		Makefile
                FileManager.hs

Source-Repository head
  type:         git
  location:     https://github.com/gtk2hs/gtk2hs
  subdir:       gio

Library
        build-depends:  base >= 4 && < 5, array, containers, mtl, bytestring,
                        glib >= 0.12.5.3 && < 0.13
        build-tools:    gtk2hsC2hs >= 0.13.8,
                        gtk2hsHookGenerator, gtk2hsTypeGen

        exposed-modules:
          System.GIO
          System.GIO.Enums
          System.GIO.Types		  
          
          System.GIO.Async.AsyncResult
          System.GIO.Async.Cancellable
          
          System.GIO.File.AppInfo
          System.GIO.File.ContentType
          System.GIO.File.FileAttribute
          System.GIO.File.File
          System.GIO.File.FileEnumerator
          System.GIO.File.FileInfo
          System.GIO.File.FileMonitor
          System.GIO.File.IOError
          System.GIO.File.MountOperation
          
          System.GIO.Icons.Emblem
          System.GIO.Icons.EmblemedIcon
          System.GIO.Icons.FileIcon
          System.GIO.Icons.Icon
          System.GIO.Icons.ThemedIcon
          
          System.GIO.Volumes.Drive
          System.GIO.Volumes.Mount
          System.GIO.Volumes.Volume
          System.GIO.Volumes.VolumeMonitor
        other-modules:
          System.GIO.Signals

        extensions:     ForeignFunctionInterface
		
        x-Signals-File:  System/GIO/Signals.chs
        x-Signals-Modname: System.GIO.Signals
        x-Signals-Types: marshal.list
        x-c2hs-Header:  gio/gio.h
        pkgconfig-depends: gio-2.0 >= 2.16.4

        cpp-options: -Ubool