brick-tabular-list 2.2.0.9 → 2.2.0.10
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~vtyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- brick-tabular-list.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-tabular-list +## 2.2.0.10 -- 2024-03-14++* Bump upper version boundary of vty+ ## 2.2.0.9 -- 2023-12-22 * Bump upper version boundary of brick
brick-tabular-list.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-tabular-list-version: 2.2.0.9+version: 2.2.0.10 synopsis: Tabular list widgets for brick. @@ -61,7 +61,7 @@ , generic-lens >=2.2.1 && <2.3 , microlens >=0.4.13 && <0.5 , optics-core >=0.4.1 && <0.5- , vty >=5.38 && <6.2+ , vty >=5.38 && <6.3 exposed-modules: Brick.Widgets.TabularList , Brick.Widgets.TabularList.Grid