webkitgtk3-javascriptcore 0.13.0.2 → 0.13.0.3
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- Gtk2HsSetup.hs +5/−1
- webkitgtk3-javascriptcore.cabal +1/−1
Gtk2HsSetup.hs view
@@ -129,7 +129,7 @@ Just ('.':_) -> True Just ('-':n:_) | isNumber n -> True _ -> False- + -- The following code is a big copy-and-paste job from the sources of -- Cabal 1.8 just to be able to fix a field in the package file. Yuck. @@ -167,7 +167,11 @@ let clbi = LBI.getComponentLocalBuildInfo lbi LBI.CLibName installedPkgInfoRaw <- generateRegistrationInfo+#if CABAL_VERSION_CHECK(1,22,0)+ verbosity pkg lib lbi clbi inplace False distPref packageDb+#else verbosity pkg lib lbi clbi inplace distPref+#endif dllsInScope <- getSearchPath >>= (filterM doesDirectoryExist) >>= getDlls let libs = fixLibs dllsInScope (extraLibraries installedPkgInfoRaw)
webkitgtk3-javascriptcore.cabal view
@@ -1,5 +1,5 @@ Name: webkitgtk3-javascriptcore-Version: 0.13.0.2+Version: 0.13.0.3 Synopsis: JavaScriptCore FFI from webkitgtk Description: FFI for JavaScriptCore module from webkitgtk License: BSD3