gtk-mac-integration 0.3.1.1 → 0.3.2.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~gtk
Dependency ranges changed: gtk
Files
- SetupWrapper.hs +1/−1
- gtk-mac-integration.cabal +2/−2
SetupWrapper.hs view
@@ -20,7 +20,7 @@ import System.Process import System.Exit (ExitCode(..), exitWith) import System.FilePath-import System.Directory+import System.Directory (doesFileExist, getModificationTime) import qualified Control.Exception as Exception import System.IO.Error (isDoesNotExistError)
gtk-mac-integration.cabal view
@@ -1,5 +1,5 @@ Name: gtk-mac-integration-Version: 0.3.1.1+Version: 0.3.2.1 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -40,7 +40,7 @@ Library build-depends: base >= 4 && < 5, array -any, containers -any, mtl -any, glib >=0.13.0.0 && <0.14,- gtk >=0.13.0.0 && <0.14+ gtk >=0.13.0.0 && <0.15 build-tools: gtk2hsC2hs >= 0.13.11, gtk2hsHookGenerator, gtk2hsTypeGen