Skip to content

Commit 959b539

Browse files
authored
Merge pull request #4 from endgame/c2hs
Depend on c2hs
2 parents 2f3a928 + 4bea1ed commit 959b539

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
@@ -32,6 +32,7 @@ custom-setup
3232
Library
3333
hs-source-dirs: src
3434
build-depends: base >= 4 && < 5
35+
build-tools: c2hs
3536

3637
exposed-modules:
3738
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)