From 2f57d955d3fb4b921c164f3f3d441cad9d9f917d Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Sat, 30 Mar 2019 06:19:40 +0900 Subject: [PATCH] Relax upper version bounds for Cabal and gtk/gtk3 --- gtk-mac-integration.cabal-renamed | 4 ++-- gtk3-mac-integration.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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