diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-07-21 17:41:45 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-08-08 15:48:20 +0200 |
commit | 07acb8985844bf1df34eeab13abc0f6ca279d93f (patch) | |
tree | e71af8e80fdcc3d8e4c67a689f58558ddfeb78cf /astatusbar.cabal | |
parent | 85b4be2d0d4ea2c70883f026d1a5bde6230f626e (diff) |
fix: depend on sensors
Diffstat (limited to 'astatusbar.cabal')
-rw-r--r-- | astatusbar.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astatusbar.cabal b/astatusbar.cabal index 1a5ecb0..8f7c9cc 100644 --- a/astatusbar.cabal +++ b/astatusbar.cabal @@ -23,6 +23,7 @@ executable astatusbar base, containers, data-default, + deepseq, directory, filepath, indexed-traversable, @@ -30,6 +31,7 @@ executable astatusbar mtl, optparse-applicative, safe, + sensors, sh, statvfs, stm, |