Skip to content

Commit 4bea1ed

Browse files
committed
Depend on c2hs
1 parent 099f587 commit 4bea1ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

webkit-javascriptcore.cabal-renamed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ custom-setup
3131
Library
3232
hs-source-dirs: src
3333
build-depends: base >= 4 && < 5
34-
34+
build-tools: c2hs
3535
exposed-modules:
3636
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSBase
3737
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSContextRef

webkit2gtk3-javascriptcore.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ custom-setup
3131
Library
3232
hs-source-dirs: src
3333
build-depends: base >= 4 && < 5
34+
build-tools: c2hs
3435

3536
exposed-modules:
3637
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSBase

webkitgtk3-javascriptcore.cabal-renamed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ custom-setup
3131
Library
3232
hs-source-dirs: src
3333
build-depends: base >= 4 && < 5
34-
34+
build-tools: c2hs
3535
exposed-modules:
3636
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSBase
3737
Graphics.UI.Gtk.WebKit.JavaScriptCore.JSContextRef

0 commit comments

Comments
 (0)