brick-tabular-list 2.2.0.8 → 2.2.0.9
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~brickPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: brick
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−3
- brick-tabular-list.cabal +2/−2
CHANGELOG.md view
@@ -1,14 +1,18 @@ # Revision history for brick-tabular-list -## 2.2.0.8 - 2023-12-18+## 2.2.0.9 -- 2023-12-22 * Bump upper version boundary of brick -## 2.2.0.7 - 2023-11-16+## 2.2.0.8 -- 2023-12-18 +* Bump upper version boundary of brick++## 2.2.0.7 -- 2023-11-16+ * Bump upper version boundary of vty -## 2.2.0.6 - 2023-11-05+## 2.2.0.6 -- 2023-11-05 * Bump the 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.8+version: 2.2.0.9 synopsis: Tabular list widgets for brick. @@ -56,7 +56,7 @@ library build-depends: base >=4.16.3.0 && <5- , brick >=1.5 && <2.3+ , brick >=1.5 && <2.4 , containers >=0.6.4 && <0.7 , generic-lens >=2.2.1 && <2.3 , microlens >=0.4.13 && <0.5