diff --git a/gtk-mac-integration.cabal-renamed b/gtk-mac-integration.cabal-renamed index 5a55c42..01618df 100644 --- a/gtk-mac-integration.cabal-renamed +++ b/gtk-mac-integration.cabal-renamed @@ -38,13 +38,13 @@ Source-Repository head custom-setup setup-depends: base >= 4.6, - Cabal >= 1.24 && < 1.25, + Cabal >= 1.24 && < 2.5, gtk2hs-buildtools >= 0.13.1.0 && < 0.14 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.15 + gtk >=0.13.0.0 && <0.16 exposed-modules: Graphics.UI.Gtk.OSX diff --git a/gtk3-mac-integration.cabal b/gtk3-mac-integration.cabal index c45589c..c550a82 100644 --- a/gtk3-mac-integration.cabal +++ b/gtk3-mac-integration.cabal @@ -38,13 +38,13 @@ Source-Repository head custom-setup setup-depends: base >= 4.6, - Cabal >= 1.24 && < 1.25, + Cabal >= 1.24 && < 2.5, gtk2hs-buildtools >= 0.13.1.0 && < 0.14 Library build-depends: base >= 4 && < 5, array -any, containers -any, mtl -any, glib >=0.13.0.0 && <0.14, - gtk3 >=0.13.0.0 && <0.15 + gtk3 >=0.13.0.0 && <0.16 exposed-modules: Graphics.UI.Gtk.OSX