1
- Name : webkit2gtk3-javascriptcore
2
- Version : 0.14.2.1
1
+ Name : webkit2gtk3-javascriptcore
2
+ Version : 0.14.3.0
3
3
Synopsis : JavaScriptCore FFI from webkitgtk
4
- Description : FFI for JavaScriptCore module from webkitgtk
5
- License : BSD3
6
- License-file : LICENSE
7
- Author : Ian-Woo Kim
8
- Maintainer :
Ian-Woo Kim <
[email protected] >
4
+ Description : FFI for JavaScriptCore module from webkitgtk
5
+ License : BSD3
6
+ License-file : LICENSE
7
+ Author : Ian-Woo Kim
8
+ Maintainer :
Ian-Woo Kim <
[email protected] >
9
9
Build-Type : Custom
10
10
Cabal-Version : >= 1.24
11
11
Extra-Source-Files : hsjscore.h
12
12
marshal.list
13
- hierarchy.list
13
+ hierarchy.list
14
14
15
15
x-Types-File : src/Graphics/UI/Gtk/WebKit/JavaScriptCore/Types.chs
16
16
x-Types-Tag : webkit webkit-dom
@@ -25,13 +25,13 @@ Source-Repository head
25
25
26
26
custom-setup
27
27
setup-depends : base >= 4.6 ,
28
- Cabal >= 1.24 && < 1.25 ,
28
+ Cabal >= 1.24 && < 2.5 ,
29
29
gtk2hs-buildtools >= 0.13.2.0 && < 0.14
30
30
31
31
Library
32
32
hs-source-dirs : src
33
33
build-depends : base >= 4 && < 5
34
-
34
+
35
35
exposed-modules :
36
36
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSBase
37
37
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSContextRef
@@ -40,15 +40,15 @@ Library
40
40
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSValueRef
41
41
other-modules :
42
42
43
-
43
+
44
44
default-language : Haskell98
45
45
default-extensions : ForeignFunctionInterface
46
46
47
47
x-Signals-File : src/Graphics/UI/Gtk/WebKit/JavaScriptCore/Signals.chs
48
48
x-Signals-Modname : src/Graphics.UI.Gtk.WebKit.JavaScriptCore.Signals
49
49
x-Signals-Types : marshal.list
50
50
x-Signals-Import : Graphics.UI.GtkInternals
51
-
51
+
52
52
include-dirs : .
53
53
cpp-options : -DDISABLE_DEPRECATED -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull=
54
54
x-c2hs-Header : hsjscore.h
0 commit comments