status-notifier-item 0.3.2.7 → 0.3.2.8
raw patch · 2 files changed
+8/−5 lines, 2 filesdep ~optparse-applicativedep ~template-haskellPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: optparse-applicative, template-haskell
API changes (from Hackage documentation)
- StatusNotifier.Host.Service: instance GHC.Internal.Show.Show StatusNotifier.Host.Service.ItemInfo
- StatusNotifier.Host.Service: instance GHC.Internal.Show.Show StatusNotifier.Host.Service.UpdateType
- StatusNotifier.Item.Service: instance GHC.Internal.Read.Read StatusNotifier.Item.Service.ItemParams
- StatusNotifier.Item.Service: instance GHC.Internal.Show.Show StatusNotifier.Item.Service.ItemParams
- StatusNotifier.Watcher.Constants: instance GHC.Internal.Show.Show StatusNotifier.Watcher.Constants.ItemEntry
- StatusNotifier.Watcher.StateCache: instance GHC.Internal.Show.Show StatusNotifier.Watcher.StateCache.JsonValue
- StatusNotifier.Watcher.StateCache: instance GHC.Internal.Show.Show StatusNotifier.Watcher.StateCache.PersistedItemEntry
- StatusNotifier.Watcher.StateCache: instance GHC.Internal.Show.Show StatusNotifier.Watcher.StateCache.PersistedWatcherState
+ StatusNotifier.Host.Service: instance GHC.Show.Show StatusNotifier.Host.Service.ItemInfo
+ StatusNotifier.Host.Service: instance GHC.Show.Show StatusNotifier.Host.Service.UpdateType
+ StatusNotifier.Item.Service: instance GHC.Read.Read StatusNotifier.Item.Service.ItemParams
+ StatusNotifier.Item.Service: instance GHC.Show.Show StatusNotifier.Item.Service.ItemParams
+ StatusNotifier.Watcher.Constants: instance GHC.Show.Show StatusNotifier.Watcher.Constants.ItemEntry
+ StatusNotifier.Watcher.StateCache: instance GHC.Show.Show StatusNotifier.Watcher.StateCache.JsonValue
+ StatusNotifier.Watcher.StateCache: instance GHC.Show.Show StatusNotifier.Watcher.StateCache.PersistedItemEntry
+ StatusNotifier.Watcher.StateCache: instance GHC.Show.Show StatusNotifier.Watcher.StateCache.PersistedWatcherState
Files
- ChangeLog.md +3/−0
- status-notifier-item.cabal +5/−5
ChangeLog.md view
@@ -1,5 +1,8 @@ # Changelog for status-notifier-item +## 0.3.2.8 - 2026-02-13+- Relax dependency bounds for GHC 9.12 (`template-haskell`, `optparse-applicative`).+ ## 0.3.2.7 - 2026-02-13 - Watcher: default `--log-level` is now INFO. - Watcher: log item/host registrations at INFO; keep per-request method/property
status-notifier-item.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: status-notifier-item-version: 0.3.2.7+version: 0.3.2.8 synopsis: A wrapper over the StatusNotifierItem/libappindicator dbus specification description: Please see the README on Github at <https://github.com/IvanMalison/status-notifier-item#readme> category: Desktop@@ -53,7 +53,7 @@ , filepath <1.6 , hslogger <1.4 , lens <5.4- , template-haskell <2.23+ , template-haskell <2.24 , text <2.2 , transformers <0.7 , vector <0.14@@ -68,7 +68,7 @@ build-depends: base >=4.7 && <5 , dbus >=1.2.1 && <2- , optparse-applicative <0.19+ , optparse-applicative <0.20 , status-notifier-item default-language: Haskell2010 @@ -80,7 +80,7 @@ ./item build-depends: base >=4.7 && <5- , optparse-applicative <0.19+ , optparse-applicative <0.20 , status-notifier-item default-language: Haskell2010 @@ -95,7 +95,7 @@ , dbus >=1.2.1 && <2 , dbus-hslogger >=0.1.0.1 && <0.2 , hslogger <1.4- , optparse-applicative <0.19+ , optparse-applicative <0.20 , status-notifier-item default-language: Haskell2010