-
Notifications
You must be signed in to change notification settings - Fork 1
/
gtksourceview3.cabal
91 lines (80 loc) · 3.6 KB
/
gtksourceview3.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Name: gtksourceview3
Version: 0.13.3.1
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Author: Duncan Coutts, Peter Gavin, Axel Simon
Maintainer: gtk2hs-users@lists.sourceforge.net
Build-Type: Custom
Cabal-Version: >= 1.24
Stability: provisional
homepage: http://projects.haskell.org/gtk2hs/
bug-reports: https://github.com/gtk2hs/gtksourceview/issues
Synopsis: Binding to the GtkSourceView library.
Description: GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
Category: Graphics
Tested-With: GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
Extra-Source-Files: gtksourceview2.h
marshal.list
hierarchy3.list
Data-Dir: demo
Data-Files: haskell.lang
SourceView.hs
Makefile
LineNumber.hs
x-Types-File: Graphics/UI/Gtk/SourceView/Types.chs
x-Types-Tag: gtksourceview2
x-Types-ModName: Graphics.UI.Gtk.SourceView.Types
x-Types-Forward: *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
x-Types-Hierarchy: hierarchy3.list
Source-Repository head
type: git
location: https://github.com/gtk2hs/gtksourceview
custom-setup
setup-depends: base >= 4.6,
Cabal >= 1.24 && < 1.25,
gtk2hs-buildtools >= 0.13.1.0 && < 0.14
Library
build-depends: base >= 4 && < 5, array, containers, mtl, text,
glib >= 0.13 && < 0.14
build-tools: gtk2hsC2hs >= 0.13.13,
gtk2hsHookGenerator, gtk2hsTypeGen
exposed-modules:
Graphics.UI.Gtk.SourceView
Graphics.UI.Gtk.SourceView.Enums
Graphics.UI.Gtk.SourceView.SourceBuffer
Graphics.UI.Gtk.SourceView.SourceCompletion
Graphics.UI.Gtk.SourceView.SourceCompletionContext
Graphics.UI.Gtk.SourceView.SourceCompletionInfo
Graphics.UI.Gtk.SourceView.SourceCompletionItem
Graphics.UI.Gtk.SourceView.SourceCompletionProposal
Graphics.UI.Gtk.SourceView.SourceCompletionProvider
Graphics.UI.Gtk.SourceView.SourceGutter
Graphics.UI.Gtk.SourceView.SourceIter
Graphics.UI.Gtk.SourceView.SourceLanguage
Graphics.UI.Gtk.SourceView.SourceLanguageManager
Graphics.UI.Gtk.SourceView.SourceMark
Graphics.UI.Gtk.SourceView.SourceMarkAttributes
Graphics.UI.Gtk.SourceView.SourceStyle
Graphics.UI.Gtk.SourceView.SourceStyleScheme
Graphics.UI.Gtk.SourceView.SourceStyleSchemeManager
Graphics.UI.Gtk.SourceView.SourceUndoManager
Graphics.UI.Gtk.SourceView.SourceView
other-modules:
Graphics.UI.Gtk.SourceView.SourceStyle.Internal
Graphics.UI.Gtk.SourceView.Types
Graphics.UI.Gtk.SourceView.Signals
default-language: Haskell98
default-extensions: ForeignFunctionInterface
x-Signals-File: Graphics/UI/Gtk/SourceView/Signals.chs
x-Signals-Modname: Graphics.UI.Gtk.SourceView.Signals
x-Signals-Types: marshal.list
include-dirs: .
cpp-options: -DDISABLE_DEPRECATED -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull=
x-c2hs-Header: gtksourceview2.h
pkgconfig-depends: gtksourceview-3.0 >= 3.0.0
x-Types-Hierarchy: hierarchy3.list
build-depends: gtk3 >=0.13.8 && <0.15