packages feed

glib 0.13.0.6 → 0.13.0.7

raw patch · 2 files changed

+5/−1 lines, 2 files

Files

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)
glib.cabal view
@@ -1,5 +1,5 @@ Name:           glib-Version:        0.13.0.6+Version:        0.13.0.7 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team