gconf 0.13.0.0 → 0.13.0.1
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- Gtk2HsSetup.hs +5/−1
- System/Gnome/GConf/Types.chs +1/−1
- gconf.cabal +2/−2
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)
System/Gnome/GConf/Types.chs view
@@ -47,7 +47,7 @@ #else import Foreign.ForeignPtr (unsafeForeignPtrToPtr) #endif-import Foreign.C.Types (CULong(..), CUInt(..))+import Foreign.C.Types (CULong(..), CUInt(..), CULLong(..)) import System.Glib.GType (GType, typeInstanceIsA) import System.Glib.GObject
gconf.cabal view
@@ -1,5 +1,5 @@ Name: gconf-Version: 0.13.0.0+Version: 0.13.0.1 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -39,7 +39,7 @@ Library build-depends: base >= 4 && < 5, glib >= 0.13.0.0 && < 0.14,- text >= 0.11.0.6 && < 1.2+ text >= 0.11.0.6 && < 1.3 build-tools: gtk2hsC2hs >= 0.13.11, gtk2hsHookGenerator, gtk2hsTypeGen