From ea2a725e9d5d758495b556631c3280de9d97fa0a Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 10 Apr 2024 14:05:08 +0200 Subject: init --- astatusbar.cabal | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 astatusbar.cabal (limited to 'astatusbar.cabal') diff --git a/astatusbar.cabal b/astatusbar.cabal new file mode 100644 index 0000000..432c36c --- /dev/null +++ b/astatusbar.cabal @@ -0,0 +1,38 @@ +cabal-version: 3.4 +name: astatusbar +version: 0.1.0.0 +license: BSD-3-Clause +license-file: LICENSE +maintainer: aforemny@posteo.de +author: Alexander Foremny +build-type: Simple + +executable astatusbar + main-is: Main.hs + hs-source-dirs: app + other-modules: + Pretty + Pretty.Color + Sensor + Ui + Util + + default-language: GHC2021 + ghc-options: -Wall -threaded -O1 + build-depends: + base, + containers, + data-default, + filepath, + indexed-traversable, + linux-inotify, + mtl, + safe, + sh, + statvfs, + stm, + time, + unliftio, + witherable, + X11, + X11-xft -- cgit v1.2.3