Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gtk-mac-integration.cabal-renamed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gtk3-mac-integration.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down