Skip to content

Commit 97e4a09

Browse files
committed
Bump ver, update Cabal upper bound and remove tabs
1 parent 70fa721 commit 97e4a09

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

webkit2gtk3-javascriptcore.cabal

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Name: webkit2gtk3-javascriptcore
2-
Version: 0.14.2.1
1+
Name: webkit2gtk3-javascriptcore
2+
Version: 0.14.3.0
33
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]>
99
Build-Type: Custom
1010
Cabal-Version: >= 1.24
1111
Extra-Source-Files: hsjscore.h
1212
marshal.list
13-
hierarchy.list
13+
hierarchy.list
1414

1515
x-Types-File: src/Graphics/UI/Gtk/WebKit/JavaScriptCore/Types.chs
1616
x-Types-Tag: webkit webkit-dom
@@ -25,13 +25,13 @@ Source-Repository head
2525

2626
custom-setup
2727
setup-depends: base >= 4.6,
28-
Cabal >= 1.24 && < 1.25,
28+
Cabal >= 1.24 && < 2.5,
2929
gtk2hs-buildtools >= 0.13.2.0 && < 0.14
3030

3131
Library
3232
hs-source-dirs: src
3333
build-depends: base >= 4 && < 5
34-
34+
3535
exposed-modules:
3636
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSBase
3737
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSContextRef
@@ -40,15 +40,15 @@ Library
4040
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSValueRef
4141
other-modules:
4242

43-
43+
4444
default-language: Haskell98
4545
default-extensions: ForeignFunctionInterface
4646

4747
x-Signals-File: src/Graphics/UI/Gtk/WebKit/JavaScriptCore/Signals.chs
4848
x-Signals-Modname: src/Graphics.UI.Gtk.WebKit.JavaScriptCore.Signals
4949
x-Signals-Types: marshal.list
5050
x-Signals-Import: Graphics.UI.GtkInternals
51-
51+
5252
include-dirs: .
5353
cpp-options: -DDISABLE_DEPRECATED -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull=
5454
x-c2hs-Header: hsjscore.h

0 commit comments

Comments
 (0)