gi-gtk-declarative-app-simple 0.6.0 → 0.6.1
raw patch · 2 files changed
+8/−4 lines, 2 files
Files
- CHANGELOG.md +7/−3
- gi-gtk-declarative-app-simple.cabal +1/−1
CHANGELOG.md view
@@ -1,8 +1,12 @@+* 0.6.1+ - Fix Nix build issue * 0.6.0- - Allow dependency haskell-gi-0.23- - Remove redundant code+ - Allow dependency haskell-gi-0.23+ - Remove redundant code * 0.5.0- - New `CustomWidget` API+ - New `CustomWidget` API:+ - easier-to-use internal state+ - pass-through attributes to top widget * 0.4.3 - Bump upper bound on haskell-gi * 0.4.2
gi-gtk-declarative-app-simple.cabal view
@@ -1,5 +1,5 @@ name: gi-gtk-declarative-app-simple-version: 0.6.0+version: 0.6.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.