packages feed

brick-panes 1.0.0.1 → 1.0.0.2

raw patch · 2 files changed

+7/−3 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-panes +## 1.0.0.2 -- 2022-11-01++* Bump upper bound for brick to allow brick 1.4.+ ## 1.0.0.1 -- 2022-10-13  * Documentation improvements.
brick-panes.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               brick-panes-version:            1.0.0.1+version:            1.0.0.2 synopsis:     Panes library for Brick providing composition and isolation for TUI apps. @@ -46,7 +46,7 @@     default-language: Haskell2010     exposed-modules:  Brick.Panes     build-depends:    base >= 4.13 && < 4.18-                    , brick >= 1.0 && < 1.4+                    , brick >= 1.0 && < 1.5                     , containers                     , microlens >= 0.4.11.2 && < 0.5                     , vty >= 5.35 && < 5.38@@ -67,7 +67,7 @@                       Paths_brick_panes     autogen-modules:  Paths_brick_panes     build-depends:    base >= 4.13 && < 4.18-                    , brick >= 1.0 && < 1.4+                    , brick >= 1.0 && < 1.5                     , brick-panes                     , aeson >= 2.0 && < 2.2                     , bytestring >= 0.10 && < 0.13