brick-panes 1.0.4.0 → 1.0.5.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~brickPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: brick
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- brick-panes.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-panes +## 1.0.5.0 -- 2026-07-01++* Support Brick 2.11 and 2.12.+ ## 1.0.4.0 -- 2026-06-29 * Bump upper bounds to allow newer vty 6.6 package.
brick-panes.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-panes-version: 1.0.4.0+version: 1.0.5.0 synopsis: Panes library for Brick providing composition and isolation for TUI apps. @@ -52,7 +52,7 @@ default-language: Haskell2010 exposed-modules: Brick.Panes build-depends: base >= 4.13 && < 4.22- , brick >= 1.0 && < 2.11+ , brick >= 1.0 && < 2.13 , containers , microlens >= 0.4.11.2 && < 0.6 , vty >= 5.35 && < 6.7