brick-tabular-list 2.2.0.4 → 2.2.0.5
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~brickdep ~vtyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: brick, vty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- brick-tabular-list.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-tabular-list +## 2.2.0.5 -- 2023-10-31++* Bump the upper version boundaries of vty and brick+ ## 2.2.0.4 -- 2023-10-10 * Bump the upper version boundary of vty
brick-tabular-list.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-tabular-list-version: 2.2.0.4+version: 2.2.0.5 synopsis: Tabular list widgets for brick. @@ -56,12 +56,12 @@ library build-depends: base >=4.16.3.0 && <5- , brick >=1.5 && <1.11+ , brick >=1.5 && <2.1 , containers >=0.6.4 && <0.7 , generic-lens >=2.2.1 && <2.3 , microlens >=0.4.13 && <0.5 , optics-core >=0.4.1 && <0.5- , vty >=5.38 && <5.40+ , vty >=5.38 && <6.1 exposed-modules: Brick.Widgets.TabularList , Brick.Widgets.TabularList.Grid