gtk 0.13.3 → 0.13.4
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- Gtk2HsSetup.hs +4/−0
- gtk.cabal +1/−1
Gtk2HsSetup.hs view
@@ -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)
gtk.cabal view
@@ -1,5 +1,5 @@ Name: gtk-Version: 0.13.3+Version: 0.13.4 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team