From cf7377886a55e36701bd0d5ce7c723aa6d7bd9bd Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 8 May 2024 21:56:19 +0200 Subject: initial commit --- xoutinfo.cabal | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xoutinfo.cabal (limited to 'xoutinfo.cabal') diff --git a/xoutinfo.cabal b/xoutinfo.cabal new file mode 100644 index 0000000..d393ae5 --- /dev/null +++ b/xoutinfo.cabal @@ -0,0 +1,20 @@ +cabal-version: 3.4 +name: xoutinfo +version: 0.1.0.0 +license: WTFPL +author: tv +maintainer: tv@krebsco.de +build-type: Simple + +common warnings + ghc-options: -Wall + +executable xoutinfo + import: warnings + main-is: xoutinfo.hs + build-depends: base + , aeson + , bytestring + , X11 + hs-source-dirs: app + default-language: GHC2021 -- cgit v1.2.3