taffybar 7.2.1 → 7.2.2
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- taffybar.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,10 @@+# 7.2.2++## Packaging++* Allow `QuickCheck-2.16` in the test library and test suite so Stackage+ Nightly can build taffybar with its current package set.+ # 7.2.1 ## Fixes
taffybar.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: taffybar-version: 7.2.1+version: 7.2.2 synopsis: A desktop bar similar to xmobar, but with more GUI description: Taffybar is a desktop status bar with GTK widgets for window manager state, system information, tray icons, and custom user modules.@@ -376,7 +376,7 @@ , unix , unliftio >= 0.2 && < 0.3 , unliftio-core >= 0.2 && < 0.3- , QuickCheck >= 2 && < 2.16+ , QuickCheck >= 2 && < 2.17 build-tool-depends: hspec-discover:hspec-discover == 2.* test-suite unit@@ -418,7 +418,7 @@ , unix , unliftio , transformers- , QuickCheck+ , QuickCheck >= 2 && < 2.17 build-tool-depends: hspec-discover:hspec-discover == 2.* , taffybar:taffybar-test-wm , taffybar:taffybar-appearance-snap