brick-list-skip 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+8/−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 +5/−0
- brick-list-skip.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for brick-list-skip +## 0.1.1.3 -- 2023-04-25++* Bump the upper version boundary of brick to 1.7+* Bump the upper version boundary of vty to 5.37+ ## 0.1.1.2 -- 2023-04-13 * Fixed typos in README.md and CHANGELOG.md
brick-list-skip.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: brick-list-skip-version: 0.1.1.2+version: 0.1.1.3 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.7+ , brick >=1.5 && <1.8 , microlens >=0.4.13 && <0.5 , vector >=0.12.3 && <0.13 default-language: Haskell2010@@ -60,6 +60,6 @@ main-is: BrickListSkip.hs build-depends: brick-list-skip- , vty >=5.36 && <5.37+ , vty >=5.36 && <5.38 hs-source-dirs: demo ghc-options: -threaded