webkitgtk3-javascriptcore 0.14.1.0 → 0.14.2.0
raw patch · 2 files changed
+4/−11 lines, 2 filessetup-changed
Files
- Setup.hs +2/−6
- webkitgtk3-javascriptcore.cabal +2/−5
Setup.hs view
@@ -2,11 +2,7 @@ -- all Gtk2Hs-specific boilerplate is kept in -- gtk2hs-buildtools:Gtk2HsSetup ---import Gtk2HsSetup ( gtk2hsUserHooks, checkGtk2hsBuildtools,- typeGenProgram, signalGenProgram, c2hsLocal)+import Gtk2HsSetup ( gtk2hsUserHooks ) import Distribution.Simple ( defaultMainWithHooks ) -main = do- checkGtk2hsBuildtools [typeGenProgram, signalGenProgram, c2hsLocal]- defaultMainWithHooks gtk2hsUserHooks-+main = defaultMainWithHooks gtk2hsUserHooks
webkitgtk3-javascriptcore.cabal view
@@ -1,5 +1,5 @@ Name: webkitgtk3-javascriptcore-Version: 0.14.1.0+Version: 0.14.2.0 Synopsis: JavaScriptCore FFI from webkitgtk Description: FFI for JavaScriptCore module from webkitgtk License: BSD3@@ -26,14 +26,11 @@ custom-setup setup-depends: base >= 4.6, Cabal >= 1.24 && < 1.25,- gtk2hs-buildtools >= 0.13.1.0 && < 0.14+ gtk2hs-buildtools >= 0.13.2.0 && < 0.14 Library hs-source-dirs: src build-depends: base >= 4 && < 5- - build-tools: gtk2hsC2hs >= 0.13.11,- gtk2hsHookGenerator, gtk2hsTypeGen exposed-modules: Graphics.UI.Gtk.WebKit.JavaScriptCore.JSBase