xnobar 0.0.0.0 → 0.0.0.1
raw patch · 2 files changed
+9/−10 lines, 2 filesdep ~basedep ~dbusdep ~directory
Dependency ranges changed: base, dbus, directory, mtl, transformers, xmobar
Files
- lib/Scroller/XNobar/Scroller.hs +2/−3
- xnobar.cabal +7/−7
lib/Scroller/XNobar/Scroller.hs view
@@ -2,8 +2,8 @@ import Control.Concurrent.Async (withAsync) import Control.Exception (finally)-import Control.Monad (when)-import Control.Monad.State.Strict (evalStateT, forever, get, liftIO, modify')+import Control.Monad (forever, when)+import Control.Monad.State.Strict (evalStateT, get, liftIO, modify') import Data.IORef (atomicModifyIORef', newIORef, readIORef, IORef) import Data.Maybe (fromJust, isJust, maybe) import Flow ((.>))@@ -51,7 +51,6 @@ where clear = (`atomicModifyIORef'` const (Nothing, ())) getId = makeId . read- newtype IOState a = IOState (IORef a)
xnobar.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: xnobar-version: 0.0.0.0+version: 0.0.0.1 maintainer: Enrico Maria De Angelis homepage: https://codeberg.org/Aster89/xnobar synopsis: Text-based notification server for XMobar@@ -15,7 +15,7 @@ common common default-language: GHC2021- build-depends: base >= 4.17.2 && < 4.18+ build-depends: base >= 4.19.1 && < 5 library import: common@@ -29,10 +29,10 @@ import: common visibility: public exposed-modules: XNobar.Server- build-depends: dbus >= 1.3.5 && < 1.4+ build-depends: dbus >= 1.3.6 && < 1.4 , extra >= 1.7.16 && < 1.8 , flow >= 2.0.0 && < 2.1- , transformers >= 0.5.6 && < 0.6+ , transformers >= 0.6.1 && < 0.7 , xnobar:Notification , xnobar:Positive32 hs-source-dirs: lib/Server@@ -40,7 +40,7 @@ library Notification import: common exposed-modules: XNobar.Internal.Notification- build-depends: containers >= 0.6.7 && < 0.7+ build-depends: containers >= 0.6.8 && < 0.7 , dbus , flow , xnobar:Positive32@@ -50,10 +50,10 @@ import: common exposed-modules: XNobar.Scroller, XNobar.Internal.Scroller build-depends: async >= 2.2.5 && < 2.3- , directory >= 1.3.7 && < 1.4+ , directory >= 1.3.8 && < 1.4 , extra , flow- , mtl >= 2.2.2 && < 2.3+ , mtl >= 2.3.1 && < 2.4 , process >= 1.6.18 && < 1.7 , xmobar , xnobar:Notification