gtk-strut 0.1.3.2 → 0.1.4.0
raw patch · 2 files changed
+8/−5 lines, 2 filesdep +gi-gdk3dep +gi-gtk3dep −gi-gdkdep −gi-gtknew-uploader
Dependencies added: gi-gdk3, gi-gtk3
Dependencies removed: gi-gdk, gi-gtk
Files
- ChangeLog.md +4/−1
- gtk-strut.cabal +4/−4
ChangeLog.md view
@@ -1,3 +1,6 @@ # Changelog for gtk-strut -## Unreleased changes+## 0.1.4.0++- Use the `gi-gtk3` and `gi-gdk3` build dependencies, which have been+ renamed from `gi-gtk` and `gi-gdk`.
gtk-strut.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.7.+-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: gtk-strut-version: 0.1.3.2+version: 0.1.4.0 synopsis: Library for creating strut windows with gi-gtk description: Please see the README on Github at <https://github.com/IvanMalison/gtk-strut#readme> category: System@@ -35,8 +35,8 @@ build-depends: base >=4.7 && <5 , data-default- , gi-gdk >=3.0.25 && <4- , gi-gtk >=3.0.38 && <4+ , gi-gdk3+ , gi-gtk3 , hslogger , text , transformers