gi-gtk-declarative-app-simple 0.7.0 → 0.7.1
raw patch · 2 files changed
+12/−3 lines, 2 filesdep ~haskell-gidep ~haskell-gi-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-gi, haskell-gi-base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- gi-gtk-declarative-app-simple.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,12 @@+* 0.7.1+ - Bump gi-gtk version+* 0.7.0+ - Version bounds compatibility with Stack resolver lts-17.0+ - Replace Travis badge with a Github workflow one.+ - Replace .travis.yml with a Github Actions Workflow.+ - Improved exception handling and async handling in app-simple+ - Fix race condition in app-simple+ - Fix patching of grid child properties. * 0.6.3 - Add `Grid` container widget - Fix bugs in patching properties for all types of widgets
gi-gtk-declarative-app-simple.cabal view
@@ -1,5 +1,5 @@ name: gi-gtk-declarative-app-simple-version: 0.7.0+version: 0.7.1 synopsis: Declarative GTK+ programming in Haskell in the style of Pux. description: Experimental application architecture in the style of PureScript Pux, built on top of gi-gtk-declarative.@@ -27,8 +27,8 @@ , gi-glib , gi-gtk >=3 && <4 , gi-gdk- , haskell-gi >=0.24 && <0.25- , haskell-gi-base >=0.24 && <0.25+ , haskell-gi >=0.24 && <0.26+ , haskell-gi-base >=0.24 && <0.26 , haskell-gi-overloading >=1.0 && <1.1 , pipes >=4 && <5 , pipes-concurrency >=2 && <3