packages feed

brick-tabular-list 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+12/−13 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-tabular-list +## 0.1.0.1 -- 2023-02-10++* Fixed documentation+ ## 0.1.0.0 -- 2023-02-09  * First version with a proper documentation.
brick-tabular-list.cabal view
@@ -1,19 +1,14 @@ cabal-version:      3.0 name:               brick-tabular-list-version:            0.1.0.0+version:            0.1.0.1  synopsis: Tabular list widgets for brick.  description:   This package contains two tabular list widgets for brick. -  == Grid tabular list--  ![ ](grid-tabular-list-01.png) ![ ](grid-tabular-list-02.png) ![ ](grid-tabular-list-03.png)--  == Mixed tabular list--  ![ ](mixed-tabular-list.png)+  * Grid tabular list+  * Mixed tabular list    == To get started @@ -61,7 +56,7 @@         Brick.Widgets.TabularList.Internal.Common       , Brick.Widgets.TabularList.Internal.Lens     build-depends:-        base ^>=4.15.1.0+        base >=4.15.1.0 && <4.18       , brick >=1.5 && <1.7       , containers ^>=0.6.4       , generic-lens ^>=2.2.1@@ -78,7 +73,7 @@     other-modules:         Internal.MixedTabularList     build-depends:-        base ^>=4.15.1.0+        base >=4.15.1.0 && <4.18       , brick >=1.5 && <1.7       , brick-tabular-list       , containers ^>=0.6.4@@ -96,7 +91,7 @@     other-modules:         Internal.MixedTabularList     build-depends:-        base ^>=4.15.1.0+        base >=4.15.1.0 && <4.18       , brick >=1.5 && <1.7       , brick-tabular-list       , containers ^>=0.6.4@@ -114,7 +109,7 @@     other-modules:         Internal.GridTabularList     build-depends:-        base ^>=4.15.1.0+        base >=4.15.1.0 && <4.18       , brick >=1.5 && <1.7       , brick-tabular-list       , containers ^>=0.6.4@@ -132,7 +127,7 @@     other-modules:         Internal.GridTabularList     build-depends:-        base ^>=4.15.1.0+        base >=4.15.1.0 && <4.18       , brick >=1.5 && <1.7       , brick-tabular-list       , containers ^>=0.6.4