brick-tabular-list 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+7/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- brick-tabular-list.cabal +3/−6
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-tabular-list +## 0.1.0.2 -- 2023-02-10++* Fixed documentation+ ## 0.1.0.1 -- 2023-02-10 * Fixed documentation
brick-tabular-list.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-tabular-list-version: 0.1.0.1+version: 0.1.0.2 synopsis: Tabular list widgets for brick. @@ -12,15 +12,12 @@ == To get started - * Read "Brick.Widgets.TabularList.Grid" and "Brick.Widgets.TabularList.Mixed".+ * Read "Brick.Widgets.TabularList.Grid" or "Brick.Widgets.TabularList.Mixed". * Run demo programs in demos/ directory. To learn more quickly, modify and run demo programs. == Lens support - If you want to use lens, you should use `OverloadedLabels` extension with generic-lens or optics-core.- If you import any tabular list widget, "Data.Generics.Labels" from generic-lens comes for free.-- You can use generic-lens with lens, microlens, or any other lens package with van Laarhoven lens interface.+ If you want to use lens, I encourage using @OverloadedLabels@ extension with generic-lens or optics-core. For zoom, you have to use van Laarhoven lens because brick supports zoom through microlens.