packages feed

brick-tabular-list 2.2.0.0 → 2.2.0.1

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 view
@@ -1,5 +1,9 @@ # Revision history for brick-tabular-list +## 2.2.0.1 -- 2023-04-25++* Bump the upper version boundary of brick to 1.7+ ## 2.2.0.0 -- 2023-03-28  * Hide row header type in `RowHdr`.
brick-tabular-list.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-tabular-list-version: 2.2.0.0+version: 2.2.0.1  synopsis: Tabular list widgets for brick. @@ -56,7 +56,7 @@ library     build-depends:         base >=4.16.3.0 && <5-      , brick >=1.5 && <1.7+      , brick >=1.5 && <1.8       , containers >=0.6.4 && <0.7       , generic-lens >=2.2.1 && <2.3       , microlens >=0.4.13 && <0.5