packages feed

brick-list-skip 0.1.1.6 → 0.1.1.7

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~brickdep ~vtyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: brick, vty

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-list-skip +## 0.1.1.7 -- 2023-10-31++* Bump up upper version boundaries of vty and brick+ ## 0.1.1.6 -- 2023-10-10  * Bump up vty upper version boundary to 5.39
brick-list-skip.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-list-skip-version: 0.1.1.6+version: 0.1.1.7  synopsis: Skip a certain kind of items when moving in brick list @@ -41,7 +41,7 @@ common all     build-depends:         base >=4.14 && <5-      , brick >=1.5 && <1.11+      , brick >=1.5 && <2.1       , microlens >=0.4.13 && <0.5       , vector >=0.12.3 && <0.14     default-language: Haskell2010@@ -60,6 +60,6 @@     main-is: BrickListSkip.hs     build-depends:         brick-list-skip-      , vty >=5.36 && <5.40+      , vty >=5.36 && <6.1     hs-source-dirs: demo     ghc-options: -threaded