brick-list-skip 0.1.1.11 → 0.1.1.12
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~vtyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- brick-list-skip.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for brick-list-skip +## 0.1.1.12 -- 2024-03-14++* Bump upper version boundary of vty+ ## 0.1.1.11 -- 2023-12-22 * Bump upper version boundary of brick
brick-list-skip.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-list-skip-version: 0.1.1.11+version: 0.1.1.12 synopsis: Skip a certain kind of items when moving in brick list @@ -60,6 +60,6 @@ main-is: BrickListSkip.hs build-depends: brick-list-skip- , vty >=5.36 && <6.2+ , vty >=5.36 && <6.3 hs-source-dirs: demo ghc-options: -threaded