summaryrefslogtreecommitdiffstats
path: root/xoutinfo.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2024-05-08 21:56:19 +0200
committertv <tv@krebsco.de>2024-05-08 21:56:19 +0200
commitcf7377886a55e36701bd0d5ce7c723aa6d7bd9bd (patch)
treeb8a8bc01688d668b7b03f658e7ef637dd774af6a /xoutinfo.cabal
initial commitHEADmaster
Diffstat (limited to 'xoutinfo.cabal')
-rw-r--r--xoutinfo.cabal20
1 files changed, 20 insertions, 0 deletions
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