packages feed

status-notifier-item 0.3.2.9 → 0.3.2.10

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~optparse-applicativedep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: optparse-applicative, template-haskell

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for status-notifier-item +## 0.3.2.10 - 2026-02-17+- Relax upper bounds to restore Stackage nightly compatibility:+  `optparse-applicative < 0.20` and `template-haskell < 2.24`.+ ## 0.3.2.9 - 2026-02-17 - Host: eliminate duplicate `ItemAdded` deliveries to newly-registered update   handlers by making handler registration + initial replay atomic with respect
status-notifier-item.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           status-notifier-item-version:        0.3.2.9+version:        0.3.2.10 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