diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-04-26 14:09:45 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-04-26 14:29:18 +0200 |
commit | fbf0f26fe34f08f7d12b8f334e8ac77abbf7db2d (patch) | |
tree | 658b96869e241f31527c90ffd741fb630bd0951d /astatusbar.cabal | |
parent | ea2a725e9d5d758495b556631c3280de9d97fa0a (diff) |
fix: avoid machine-specific file names in sensors
Diffstat (limited to 'astatusbar.cabal')
-rw-r--r-- | astatusbar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astatusbar.cabal b/astatusbar.cabal index 432c36c..929ff11 100644 --- a/astatusbar.cabal +++ b/astatusbar.cabal @@ -23,6 +23,7 @@ executable astatusbar base, containers, data-default, + directory, filepath, indexed-traversable, linux-inotify, |