diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2024-08-12 18:03:00 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2024-08-12 18:03:00 +0200 |
commit | 9c71a73775ddb2965fd2f792321900a87d2d5592 (patch) | |
tree | d6dde2482aa1fe8664699d0d695c99ae8d4331f8 /astatusbar.cabal | |
parent | d2522987a78a3c8b616c9b5f343a940ec15bd3ed (diff) |
feat: add weather forecast
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 8f7c9cc..b97b2fb 100644 --- a/astatusbar.cabal +++ b/astatusbar.cabal @@ -20,12 +20,14 @@ executable astatusbar default-language: GHC2021 ghc-options: -Wall -threaded -O1 build-depends: + aeson, base, containers, data-default, deepseq, directory, filepath, + http-conduit, indexed-traversable, linux-inotify, mtl, |