forked from xmonad/X11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
X11.cabal
70 lines (69 loc) · 2.6 KB
/
X11.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
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
name: X11
version: 1.7
license: BSD3
license-file: LICENSE
copyright: Alastair Reid, 1999-2003, [email protected] 2003-2007, Don Stewart 2007-2009, Spencer Janssen 2007-2009, Daniel Wagner 2009-2011.
maintainer: Daniel Wagner <[email protected]>
homepage: https://github.com/xmonad/X11
bug-reports: https://github.com/xmonad/X11/issues
category: Graphics
synopsis: A binding to the X11 graphics library
description: A Haskell binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at <http://tronche.com/gui/x/xlib/>.
extra-source-files:
configure.ac configure
config.mk.in X11.buildinfo.in include/HsX11Config.h.in
include/HsXlib.h include/XlibExtras.h include/X11_extras_config.h.in
include/HsAllKeysyms.h
extra-tmp-files:
config.log config.status autom4te.cache
config.mk X11.buildinfo include/HsX11Config.h
include/X11_extras_config.h
Cabal-Version: >= 1.2
build-type: Configure
tested-with: GHC==7.11.*, GHC==7.10.1, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
library
exposed-modules:
Graphics.X11,
Graphics.X11.Types,
Graphics.X11.Xlib,
Graphics.X11.Xlib.Atom,
Graphics.X11.Xlib.Color,
Graphics.X11.Xlib.Context,
Graphics.X11.Xlib.Cursor,
Graphics.X11.Xlib.Display,
Graphics.X11.Xlib.Event,
Graphics.X11.Xlib.Font,
Graphics.X11.Xlib.Misc,
Graphics.X11.Xlib.Region,
Graphics.X11.Xlib.Screen,
Graphics.X11.Xlib.Types,
Graphics.X11.Xlib.Window,
Graphics.X11.Xlib.Image,
Graphics.X11.Xlib.Extras,
Graphics.X11.Xinerama
Graphics.X11.Xrandr
Graphics.X11.XScreenSaver
Graphics.X11.ExtraTypes,
Graphics.X11.ExtraTypes.AP,
Graphics.X11.ExtraTypes.DEC,
Graphics.X11.ExtraTypes.HP,
Graphics.X11.ExtraTypes.Sun
Graphics.X11.ExtraTypes.XF86,
Graphics.X11.ExtraTypes.XorgDefault
other-modules:
Graphics.X11.Xlib.Internal
c-sources:
cbits/fdset.c,
cbits/auxiliaries.c,
cbits/XUtils.c
extensions: ForeignFunctionInterface, CPP
extra-libraries: "X11", "Xrandr", "Xext"
include-dirs: include
includes: HsXlib.h, HsAllKeysyms.h
install-includes: HsXlib.h, XlibExtras.h, HsAllKeysyms.h
build-depends: base >= 3 && < 5, data-default
ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-binds
ghc-prof-options: -prof -auto-all